We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be94d8f commit d1a391cCopy full SHA for d1a391c
src/backend/port/snprintf.c
@@ -36,7 +36,6 @@
36
#include "pathnames.h"
37
#endif
38
39
-#include <features.h>
40
#include "postgres.h"
41
42
#include "regex/cdefs.h"
@@ -74,7 +73,7 @@ typedef unsigned long long ulong_long;
74
73
* causing nast effects.
75
**************************************************************/
76
77
-/*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 $";*/
78
static char *end;
79
static int SnprfOverflow;
80
0 commit comments