Commit 05cce2f9 authored by Robert Haas's avatar Robert Haas

Repair stupid mistake in preprocessor directive.

parent b3a5e76e
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment