Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd4d297a

Browse files
committed
Replace static rcsid[] strings by IDENTIFICATION comments in
file headers, to conform to established Postgres coding style and avoidwarnings from gcc.
1 parent6687bcb commitd4d297a

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-
staticchar 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-
staticchar 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-
staticchar rcsid[] ="$Id: pgdatabase.cc,v 1.1 1999/05/23 01:04:01 momjian Exp $";
2020

2121
voidPgDatabase::DisplayTuples(FILE *out =0,int fillAlign =1,
2222
constchar* 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-
staticchar 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-
staticchar 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)

[8]ページ先頭

©2009-2025 Movatter.jp