Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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

+2-2
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

+3-5
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

+1-1
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

+2-2
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

+4-4
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)