mirror of
https://github.com/postgres/postgres.git
synced 2026-02-26 11:21:03 -05:00
Repair stupid mistake in preprocessor directive.
This commit is contained in:
parent
b3a5e76e12
commit
05cce2f903
1 changed files with 1 additions and 1 deletions
|
|
@ -297,7 +297,7 @@ typedef struct
|
|||
} NumericSortSupport;
|
||||
|
||||
#define NUMERIC_ABBREV_BITS (SIZEOF_DATUM * BITS_PER_BYTE)
|
||||
#ifdef SIZEOF_DATUM == 8
|
||||
#if SIZEOF_DATUM == 8
|
||||
#define DatumGetNumericAbbrev(d) ((int64) d)
|
||||
#define NUMERIC_ABBREV_NAN Int64GetDatum(PG_INT64_MIN)
|
||||
#else
|
||||
|
|
|
|||
Loading…
Reference in a new issue