Fixed build for Postgres < 13

This commit is contained in:
Andrew Kane
2021-06-20 22:06:14 -07:00
parent d97d9a6561
commit 7c12d100ce

View File

@@ -16,6 +16,10 @@
#include "utils/float.h"
#endif
#if PG_VERSION_NUM < 130000
#define TYPALIGN_INT 'i'
#endif
PG_MODULE_MAGIC;
/*