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