summaryrefslogtreecommitdiff
path: root/src/port/snprintf.c
diff options
context:
space:
mode:
authorPostgreSQL Daemon <webmaster@postgresql.org>2003-11-29 22:41:33 +0000
committerPostgreSQL Daemon <webmaster@postgresql.org>2003-11-29 22:41:33 +0000
commit55b113257c883722bef8a4dd145c6a0c3fde687f (patch)
treef5175c0a1fe0b58574a186b288f84ef463084e98 /src/port/snprintf.c
parent4c274b4f8a58ac1232aedfd2e55021b7ae85967b (diff)
make sure the $Id tags are converted to $PostgreSQL as well ...
Diffstat (limited to 'src/port/snprintf.c')
-rw-r--r--src/port/snprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port/snprintf.c b/src/port/snprintf.c
index 7930cc1e400..e774f4261c8 100644
--- a/src/port/snprintf.c
+++ b/src/port/snprintf.c
@@ -74,7 +74,7 @@ typedef unsigned long ulong_long;
* causing nast effects.
**************************************************************/
-/*static char _id[] = "$Id: snprintf.c,v 1.1 2002/07/18 04:13:59 momjian Exp $";*/
+/*static char _id[] = "$PostgreSQL: pgsql/src/port/snprintf.c,v 1.2 2003/11/29 22:41:31 pgsql Exp $";*/
static char *end;
static int SnprfOverflow;