From 969685ad443637a24650909357e4e768a88412fc Mon Sep 17 00:00:00 2001 From: PostgreSQL Daemon Date: Sat, 29 Nov 2003 19:52:15 +0000 Subject: $Header: -> $PostgreSQL Changes ... --- src/backend/tcop/postgres.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/backend/tcop/postgres.c') diff --git a/src/backend/tcop/postgres.c b/src/backend/tcop/postgres.c index e5dc06d5388..a785c549bfc 100644 --- a/src/backend/tcop/postgres.c +++ b/src/backend/tcop/postgres.c @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.376 2003/11/24 14:49:51 tgl Exp $ + * $PostgreSQL: pgsql/src/backend/tcop/postgres.c,v 1.377 2003/11/29 19:51:57 pgsql Exp $ * * NOTES * this is the "main" module of the postgres backend and @@ -2659,7 +2659,7 @@ PostgresMain(int argc, char *argv[], const char *username) if (!IsUnderPostmaster) { puts("\nPOSTGRES backend interactive interface "); - puts("$Revision: 1.376 $ $Date: 2003/11/24 14:49:51 $\n"); + puts("$Revision: 1.377 $ $Date: 2003/11/29 19:51:57 $\n"); } /* -- cgit v1.2.3