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