diff options
Diffstat (limited to 'src/bin/pg_id')
-rw-r--r-- | src/bin/pg_id/Makefile | 2 | ||||
-rw-r--r-- | src/bin/pg_id/pg_id.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/pg_id/Makefile b/src/bin/pg_id/Makefile index e9577b4f671..29230f59465 100644 --- a/src/bin/pg_id/Makefile +++ b/src/bin/pg_id/Makefile @@ -4,7 +4,7 @@ # # Copyright (C) 2000 by PostgreSQL Global Development Team # -# $Header: /cvsroot/pgsql/src/bin/pg_id/Attic/Makefile,v 1.20 2000/11/30 20:36:11 petere Exp $ +# $PostgreSQL: pgsql/src/bin/pg_id/Makefile,v 1.21 2003/11/29 19:52:05 pgsql Exp $ # #------------------------------------------------------------------------- diff --git a/src/bin/pg_id/pg_id.c b/src/bin/pg_id/pg_id.c index 7fa66d0c4c1..32309aa0b33 100644 --- a/src/bin/pg_id/pg_id.c +++ b/src/bin/pg_id/pg_id.c @@ -6,7 +6,7 @@ * * Copyright (c) 2000-2003, PostgreSQL Global Development Group * - * $Header: /cvsroot/pgsql/src/bin/pg_id/Attic/pg_id.c,v 1.25 2003/10/10 01:34:51 momjian Exp $ + * $PostgreSQL: pgsql/src/bin/pg_id/pg_id.c,v 1.26 2003/11/29 19:52:06 pgsql Exp $ */ #include "postgres_fe.h" |