diff options
author | PostgreSQL Daemon <webmaster@postgresql.org> | 2003-11-29 22:41:33 +0000 |
---|---|---|
committer | PostgreSQL Daemon <webmaster@postgresql.org> | 2003-11-29 22:41:33 +0000 |
commit | 55b113257c883722bef8a4dd145c6a0c3fde687f (patch) | |
tree | f5175c0a1fe0b58574a186b288f84ef463084e98 /src/interfaces/libpgtcl | |
parent | 4c274b4f8a58ac1232aedfd2e55021b7ae85967b (diff) | |
download | postgresql-55b113257c883722bef8a4dd145c6a0c3fde687f.tar.gz postgresql-55b113257c883722bef8a4dd145c6a0c3fde687f.zip |
make sure the $Id tags are converted to $PostgreSQL as well ...
Diffstat (limited to 'src/interfaces/libpgtcl')
-rw-r--r-- | src/interfaces/libpgtcl/libpgtcl.h | 2 | ||||
-rw-r--r-- | src/interfaces/libpgtcl/pgtclCmds.h | 2 | ||||
-rw-r--r-- | src/interfaces/libpgtcl/pgtclId.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/interfaces/libpgtcl/libpgtcl.h b/src/interfaces/libpgtcl/libpgtcl.h index d1d74cb00da..a17313781cd 100644 --- a/src/interfaces/libpgtcl/libpgtcl.h +++ b/src/interfaces/libpgtcl/libpgtcl.h @@ -8,7 +8,7 @@ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: libpgtcl.h,v 1.16 2003/08/04 02:40:16 momjian Exp $ + * $PostgreSQL: pgsql/src/interfaces/libpgtcl/libpgtcl.h,v 1.17 2003/11/29 22:41:25 pgsql Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/interfaces/libpgtcl/pgtclCmds.h b/src/interfaces/libpgtcl/pgtclCmds.h index 3acb648950d..4026ee449cc 100644 --- a/src/interfaces/libpgtcl/pgtclCmds.h +++ b/src/interfaces/libpgtcl/pgtclCmds.h @@ -6,7 +6,7 @@ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pgtclCmds.h,v 1.31 2003/08/04 02:40:16 momjian Exp $ + * $PostgreSQL: pgsql/src/interfaces/libpgtcl/pgtclCmds.h,v 1.32 2003/11/29 22:41:25 pgsql Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/interfaces/libpgtcl/pgtclId.h b/src/interfaces/libpgtcl/pgtclId.h index e8c816a7daa..fd5006bcad9 100644 --- a/src/interfaces/libpgtcl/pgtclId.h +++ b/src/interfaces/libpgtcl/pgtclId.h @@ -10,7 +10,7 @@ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pgtclId.h,v 1.24 2003/08/04 02:40:16 momjian Exp $ + * $PostgreSQL: pgsql/src/interfaces/libpgtcl/pgtclId.h,v 1.25 2003/11/29 22:41:25 pgsql Exp $ * *------------------------------------------------------------------------- */ |