We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3a5e76 commit 05cce2fCopy full SHA for 05cce2f
src/backend/utils/adt/numeric.c
@@ -297,7 +297,7 @@ typedef struct
297
} NumericSortSupport;
298
299
#define NUMERIC_ABBREV_BITS (SIZEOF_DATUM * BITS_PER_BYTE)
300
-#ifdef SIZEOF_DATUM == 8
+#if SIZEOF_DATUM == 8
301
#define DatumGetNumericAbbrev(d) ((int64) d)
302
#define NUMERIC_ABBREV_NAN Int64GetDatum(PG_INT64_MIN)
303
#else
0 commit comments