From 8cbf0254bb9ae252380bf6d5c21276b47ef65987 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Fri, 30 Dec 2022 17:26:41 -0800 Subject: [PATCH] Fixed TYPALIGN_DOUBLE error --- src/vector.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/vector.c b/src/vector.c index 4b1171d..2e385ba 100644 --- a/src/vector.c +++ b/src/vector.c @@ -20,6 +20,7 @@ #endif #if PG_VERSION_NUM < 130000 +#define TYPALIGN_DOUBLE 'd' #define TYPALIGN_INT 'i' #endif