This commit is contained in:
Andrew Kane
2024-03-27 13:49:37 -07:00
parent 264494b3e2
commit 868498abec

View File

@@ -15,6 +15,11 @@
#include "utils/lsyscache.h"
#include "utils/numeric.h"
#if PG_VERSION_NUM < 130000
#define TYPALIGN_DOUBLE 'd'
#define TYPALIGN_INT 'i'
#endif
/*
* Check if half is NaN
*/