mirror of
https://github.com/postgres/postgres.git
synced 2025-09-11 00:12:06 +03:00
Repair stupid mistake in preprocessor directive.
This commit is contained in:
@@ -297,7 +297,7 @@ typedef struct
|
|||||||
} NumericSortSupport;
|
} NumericSortSupport;
|
||||||
|
|
||||||
#define NUMERIC_ABBREV_BITS (SIZEOF_DATUM * BITS_PER_BYTE)
|
#define NUMERIC_ABBREV_BITS (SIZEOF_DATUM * BITS_PER_BYTE)
|
||||||
#ifdef SIZEOF_DATUM == 8
|
#if SIZEOF_DATUM == 8
|
||||||
#define DatumGetNumericAbbrev(d) ((int64) d)
|
#define DatumGetNumericAbbrev(d) ((int64) d)
|
||||||
#define NUMERIC_ABBREV_NAN Int64GetDatum(PG_INT64_MIN)
|
#define NUMERIC_ABBREV_NAN Int64GetDatum(PG_INT64_MIN)
|
||||||
#else
|
#else
|
||||||
|
Reference in New Issue
Block a user