Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de5d300 commit 4b97d51Copy full SHA for 4b97d51
src/timezone/pgtz.h
@@ -9,7 +9,7 @@
9
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
10
*
11
* IDENTIFICATION
12
- * $PostgreSQL: pgsql/src/timezone/pgtz.h,v 1.12 2005/06/15 00:34:11 momjian Exp $
+ * $PostgreSQL: pgsql/src/timezone/pgtz.h,v 1.13 2005/07/04 18:21:40 momjian Exp $
13
14
*-------------------------------------------------------------------------
15
*/
@@ -18,6 +18,16 @@
18
19
#include "tzfile.h"
20
21
+/*
22
+ * Prevent the use of /port functions because
23
+ * the are not included in this binary.
24
+ */
25
+#undef vsnprintf
26
+#undef snprintf
27
+#undef sprintf
28
+#undef fprintf
29
+#undef printf
30
+
31
extern char *pg_TZDIR(void);
32
33
#define BIGGEST(a, b) (((a) > (b)) ? (a) : (b))
0 commit comments