diff --git a/src/hnswutils.c b/src/hnswutils.c index 55668fd..2b34dff 100644 --- a/src/hnswutils.c +++ b/src/hnswutils.c @@ -12,6 +12,10 @@ #include "utils/rel.h" #include "vector.h" +#if PG_VERSION_NUM < 130000 +#define TYPSTORAGE_PLAIN 'p' +#endif + #if PG_VERSION_NUM >= 130000 #include "common/hashfn.h" #else