Skip to content

Commit d4d297a

Browse files
committed
Replace static rcsid[] strings by IDENTIFICATION comments in
file headers, to conform to established Postgres coding style and avoid warnings from gcc.
1 parent 6687bcb commit d4d297a

File tree

5 files changed

+12
-14
lines changed

5 files changed

+12
-14
lines changed

src/interfaces/libpq++/pgconnection.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
*
1010
* Copyright (c) 1994, Regents of the University of California
1111
*
12+
* IDENTIFICATION
13+
* $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/pgconnection.cc,v 1.6 1999/05/30 15:17:56 tgl Exp $
1214
*
1315
*-------------------------------------------------------------------------
1416
*/
@@ -21,8 +23,6 @@ extern "C" {
2123
#include "fe-auth.h"
2224
}
2325

24-
static char rcsid[] = "$Id: pgconnection.cc,v 1.5 1999/05/23 01:04:00 momjian Exp $";
25-
2626
// ****************************************************************
2727
//
2828
// PgConnection Implementation

src/interfaces/libpq++/pgcursordb.cc

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,13 @@
99
*
1010
* Copyright (c) 1994, Regents of the University of California
1111
*
12+
* IDENTIFICATION
13+
* $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/pgcursordb.cc,v 1.3 1999/05/30 15:17:57 tgl Exp $
1214
*
1315
*-------------------------------------------------------------------------
1416
*/
1517

16-
#include "pgcursordb.h"
17-
18-
static char rcsid[] = "$Id: pgcursordb.cc,v 1.2 1999/05/23 01:04:01 momjian Exp $";
19-
20-
18+
#include "pgcursordb.h"
2119

2220
// ****************************************************************
2321
//

src/interfaces/libpq++/pgdatabase.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
* Copyright (c) 1994, Regents of the University of California
1111
*
1212
* IDENTIFICATION
13+
* $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/pgdatabase.cc,v 1.2 1999/05/30 15:17:57 tgl Exp $
1314
*
1415
*-------------------------------------------------------------------------
1516
*/
1617

1718
#include "pgdatabase.h"
1819

19-
static char rcsid[] = "$Id: pgdatabase.cc,v 1.1 1999/05/23 01:04:01 momjian Exp $";
2020

2121
void PgDatabase::DisplayTuples(FILE *out = 0, int fillAlign = 1,
2222
const char* fieldSep = "|",int printHeader = 1, int quiet = 0)

src/interfaces/libpq++/pglobject.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
*
1010
* Copyright (c) 1994, Regents of the University of California
1111
*
12+
* IDENTIFICATION
13+
* $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/pglobject.cc,v 1.5 1999/05/30 15:17:58 tgl Exp $
1214
*
1315
*-------------------------------------------------------------------------
1416
*/
@@ -19,8 +21,6 @@ extern "C" {
1921

2022
#include "pglobject.h"
2123

22-
static char rcsid[] = "$Id: pglobject.cc,v 1.4 1999/05/23 01:04:03 momjian Exp $";
23-
2424
// ****************************************************************
2525
//
2626
// PgLargeObject Implementation

src/interfaces/libpq++/pgtransdb.cc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
*
1010
* Copyright (c) 1994, Regents of the University of California
1111
*
12+
* IDENTIFICATION
13+
* $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/pgtransdb.cc,v 1.3 1999/05/30 15:17:58 tgl Exp $
1214
*
1315
*-------------------------------------------------------------------------
1416
*/
1517

16-
#include "pgtransdb.h"
17-
18-
static char rcsid[] = "$Id: pgtransdb.cc,v 1.2 1999/05/23 01:04:03 momjian Exp $";
19-
18+
#include "pgtransdb.h"
19+
2020
// ****************************************************************
2121
//
2222
// PgTransaction Implementation

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy