aboutsummaryrefslogtreecommitdiff
path: root/src/backend/tcop/postgres.c
diff options
context:
space:
mode:
authorPostgreSQL Daemon <webmaster@postgresql.org>2003-11-29 19:52:15 +0000
committerPostgreSQL Daemon <webmaster@postgresql.org>2003-11-29 19:52:15 +0000
commit969685ad443637a24650909357e4e768a88412fc (patch)
treef4a2b7c998cc9ed58f2e228620af2bcc38729e93 /src/backend/tcop/postgres.c
parent738dc233f4dcb51e9c969718b52f5579de252880 (diff)
downloadpostgresql-969685ad443637a24650909357e4e768a88412fc.tar.gz
postgresql-969685ad443637a24650909357e4e768a88412fc.zip
$Header: -> $PostgreSQL Changes ...
Diffstat (limited to 'src/backend/tcop/postgres.c')
-rw-r--r--src/backend/tcop/postgres.c4
1 files changed, 2 insertions, 2 deletions
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");
}
/*