mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
Wrap LONG_LONG_MIN redfinition around HAVE_LONG_LONG_INT_64.
This commit is contained in:
parent
095a0c83d5
commit
b143210639
@ -1,4 +1,4 @@
|
|||||||
/* $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 $ */
|
||||||
|
|
||||||
#define POSTGRES_ECPG_INTERNAL
|
#define POSTGRES_ECPG_INTERNAL
|
||||||
#include "postgres_fe.h"
|
#include "postgres_fe.h"
|
||||||
@ -18,10 +18,11 @@
|
|||||||
#include "pgtypes_timestamp.h"
|
#include "pgtypes_timestamp.h"
|
||||||
#include "pgtypes_interval.h"
|
#include "pgtypes_interval.h"
|
||||||
|
|
||||||
|
#ifdef HAVE_LONG_LONG_INT_64
|
||||||
#ifndef LONG_LONG_MIN
|
#ifndef LONG_LONG_MIN
|
||||||
#define LONG_LONG_MIN LLONG_MIN
|
#define LONG_LONG_MIN LLONG_MIN
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
static struct sqlca_t sqlca_init =
|
static struct sqlca_t sqlca_init =
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user