1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-21 00:42:43 +03:00

Replace static rcsid[] strings by IDENTIFICATION comments in

file headers, to conform to established Postgres coding style and avoid
warnings from gcc.
This commit is contained in:
Tom Lane
1999-05-30 15:17:58 +00:00
parent 6687bcb558
commit d4d297af3c
5 changed files with 12 additions and 14 deletions

View 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