]> granicus.if.org Git - postgresql/commitdiff
Replace static rcsid[] strings by IDENTIFICATION comments in
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 30 May 1999 15:17:58 +0000 (15:17 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 30 May 1999 15:17:58 +0000 (15:17 +0000)
file headers, to conform to established Postgres coding style and avoid
warnings from gcc.

src/interfaces/libpq++/pgconnection.cc
src/interfaces/libpq++/pgcursordb.cc
src/interfaces/libpq++/pgdatabase.cc
src/interfaces/libpq++/pglobject.cc
src/interfaces/libpq++/pgtransdb.cc

index 838b41094183258d2af07d531f35127d0ff0a3fa..3ba7f893bd1f6877c0e605666580e1b0b97d2ef3 100644 (file)
@@ -9,6 +9,8 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
+ * IDENTIFICATION
+ *       $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/pgconnection.cc,v 1.6 1999/05/30 15:17:56 tgl Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -21,8 +23,6 @@ extern "C" {
 #include "fe-auth.h"
 }
 
-static char rcsid[] = "$Id: pgconnection.cc,v 1.5 1999/05/23 01:04:00 momjian Exp $";
-
 // ****************************************************************
 //
 // PgConnection Implementation
index 50585f88dc08028065cd4ee3e56d77bb618b673a..85a00833ea71fc9e3f6379e0aeeafe59d347194c 100644 (file)
@@ -9,15 +9,13 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
+ * IDENTIFICATION
+ *       $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/pgcursordb.cc,v 1.3 1999/05/30 15:17:57 tgl Exp $
  *
  *-------------------------------------------------------------------------
  */
  
- #include "pgcursordb.h"
-
-static char rcsid[] = "$Id: pgcursordb.cc,v 1.2 1999/05/23 01:04:01 momjian Exp $";
-
+#include "pgcursordb.h"
  
 // ****************************************************************
 //
index 10fcdd0e92d881cfe54240b0756789129b3cedb1..bc4793c704ecb6cf3063f898edd95c8412f4b047 100644 (file)
  * 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) 
index d6cf865bbd7005dcf6bae83dacaaa8ef4c375bac..b6a53f7b2079065fa9b46adcd054e7d5afc8e184 100644 (file)
@@ -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
index 6ad2cf3cc156e95b5f37a0aa1dc672c38d63e7e7..61549d01243fb7eb71e0a9075efe04c953315f38 100644 (file)
@@ -9,14 +9,14 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
+ * IDENTIFICATION
+ *       $Header: /cvsroot/pgsql/src/interfaces/libpq++/Attic/pgtransdb.cc,v 1.3 1999/05/30 15:17:58 tgl Exp $
  *
  *-------------------------------------------------------------------------
  */
  
- #include "pgtransdb.h"
-static char rcsid[] = "$Id: pgtransdb.cc,v 1.2 1999/05/23 01:04:03 momjian Exp $";
+#include "pgtransdb.h"
+
 // ****************************************************************
 //
 // PgTransaction Implementation