Fixed Postgres 12

This commit is contained in:
Andrew Kane
2024-02-05 21:43:49 -08:00
parent a8fdffc9a2
commit 48ba549a0a

View File

@@ -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