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 c9f8c2f commit 7eb67fcCopy full SHA for 7eb67fc
src/interfaces/ecpg/ecpglib/misc.c
@@ -1,4 +1,4 @@
1
-/* $Header: /cvsroot/pgsql/src/interfaces/ecpg/ecpglib/misc.c,v 1.15 2003/09/09 10:46:37 meskes Exp $ */
+/* $Header: /cvsroot/pgsql/src/interfaces/ecpg/ecpglib/misc.c,v 1.16 2003/10/21 15:34:34 tgl Exp $ */
2
3
#define POSTGRES_ECPG_INTERNAL
4
#include "postgres_fe.h"
@@ -20,7 +20,11 @@
20
21
#ifdef HAVE_LONG_LONG_INT_64
22
#ifndef LONG_LONG_MIN
23
+#ifdef LLONG_MIN
24
#define LONG_LONG_MIN LLONG_MIN
25
+#else
26
+#define LONG_LONG_MIN LONGLONG_MIN
27
+#endif
28
#endif
29
30
0 commit comments