diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 1999-05-30 15:17:58 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 1999-05-30 15:17:58 +0000 |
| commit | d4d297af3cb684ee3224a1e46d70405c441122d9 (patch) | |
| tree | 587eaaddffa5715c852dc8569227f56aae7f0425 /src/interfaces/libpq++/pgdatabase.cc | |
| parent | 6687bcb558928f23301b1bec5691bc0a419af6b5 (diff) | |
| download | postgresql-d4d297af3cb684ee3224a1e46d70405c441122d9.tar.gz | |
Replace static rcsid[] strings by IDENTIFICATION comments in
file headers, to conform to established Postgres coding style and avoid
warnings from gcc.
Diffstat (limited to 'src/interfaces/libpq++/pgdatabase.cc')
| -rw-r--r-- | src/interfaces/libpq++/pgdatabase.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/libpq++/pgdatabase.cc b/src/interfaces/libpq++/pgdatabase.cc index 10fcdd0e92..bc4793c704 100644 --- a/src/interfaces/libpq++/pgdatabase.cc +++ b/src/interfaces/libpq++/pgdatabase.cc @@ -10,13 +10,13 @@ * Copyright (c) 1994, Regents of the University of California * * IDENTIFICATION + * $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/pgdatabase.cc,v 1.2 1999/05/30 15:17:57 tgl Exp $ * *------------------------------------------------------------------------- */ #include "pgdatabase.h" -static char rcsid[] = "$Id: pgdatabase.cc,v 1.1 1999/05/23 01:04:01 momjian Exp $"; void PgDatabase::DisplayTuples(FILE *out = 0, int fillAlign = 1, const char* fieldSep = "|",int printHeader = 1, int quiet = 0) |
