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++/pglobject.cc | |
parent | 6687bcb558928f23301b1bec5691bc0a419af6b5 (diff) | |
download | postgresql-d4d297af3cb684ee3224a1e46d70405c441122d9.tar.gz postgresql-d4d297af3cb684ee3224a1e46d70405c441122d9.zip |
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++/pglobject.cc')
-rw-r--r-- | src/interfaces/libpq++/pglobject.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/libpq++/pglobject.cc b/src/interfaces/libpq++/pglobject.cc index d6cf865bbd7..b6a53f7b207 100644 --- a/src/interfaces/libpq++/pglobject.cc +++ b/src/interfaces/libpq++/pglobject.cc @@ -9,6 +9,8 @@ * * Copyright (c) 1994, Regents of the University of California * + * IDENTIFICATION + * $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/pglobject.cc,v 1.5 1999/05/30 15:17:58 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -19,8 +21,6 @@ extern "C" { #include "pglobject.h" -static char rcsid[] = "$Id: pglobject.cc,v 1.4 1999/05/23 01:04:03 momjian Exp $"; - // **************************************************************** // // PgLargeObject Implementation |