Fixed TYPALIGN_DOUBLE error

This commit is contained in:
Andrew Kane
2022-12-30 17:26:41 -08:00
parent e09f93cba7
commit 8cbf0254bb

View File

@@ -20,6 +20,7 @@
#endif
#if PG_VERSION_NUM < 130000
#define TYPALIGN_DOUBLE 'd'
#define TYPALIGN_INT 'i'
#endif