From 592a711a94491d5b0cc1db25a6da4947c7200bc9 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Sun, 22 Oct 2023 19:31:04 -0700 Subject: [PATCH] Fixed CI --- src/ivfutils.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/ivfutils.c b/src/ivfutils.c index c02be74..9e02406 100644 --- a/src/ivfutils.c +++ b/src/ivfutils.c @@ -4,6 +4,10 @@ #include "storage/bufmgr.h" #include "vector.h" +#if PG_VERSION_NUM < 130000 +#define TYPSTORAGE_PLAIN 'p' +#endif + /* * Allocate a vector array */