diff --git a/src/backend/port/snprintf.c b/src/backend/port/snprintf.c index 2d6215decd..b2646a6d58 100644 --- a/src/backend/port/snprintf.c +++ b/src/backend/port/snprintf.c @@ -36,7 +36,6 @@ #include "pathnames.h" #endif -#include #include "postgres.h" #include "regex/cdefs.h" @@ -74,7 +73,7 @@ typedef unsigned long long ulong_long; * causing nast effects. **************************************************************/ -/*static char _id[] = "$Id: snprintf.c,v 1.17 1999/01/17 06:18:33 momjian Exp $";*/ +/*static char _id[] = "$Id: snprintf.c,v 1.18 1999/01/17 21:44:46 tgl Exp $";*/ static char *end; static int SnprfOverflow;