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 095a0c8 commit b143210Copy full SHA for b143210
src/interfaces/ecpg/ecpglib/misc.c
@@ -1,4 +1,4 @@
1
-/* $Header: /cvsroot/pgsql/src/interfaces/ecpg/ecpglib/misc.c,v 1.7 2003/06/26 01:33:23 momjian Exp $ */
+/* $Header: /cvsroot/pgsql/src/interfaces/ecpg/ecpglib/misc.c,v 1.8 2003/06/26 01:45:04 momjian Exp $ */
2
3
#define POSTGRES_ECPG_INTERNAL
4
#include "postgres_fe.h"
@@ -18,10 +18,11 @@
18
#include "pgtypes_timestamp.h"
19
#include "pgtypes_interval.h"
20
21
+#ifdef HAVE_LONG_LONG_INT_64
22
#ifndef LONG_LONG_MIN
23
#define LONG_LONG_MIN LLONG_MIN
24
#endif
-
25
+#endif
26
27
static struct sqlca_t sqlca_init =
28
{
0 commit comments