This commit is contained in:
Andrew Kane
2023-10-22 19:31:04 -07:00
parent 139007ea68
commit 592a711a94

View File

@@ -4,6 +4,10 @@
#include "storage/bufmgr.h" #include "storage/bufmgr.h"
#include "vector.h" #include "vector.h"
#if PG_VERSION_NUM < 130000
#define TYPSTORAGE_PLAIN 'p'
#endif
/* /*
* Allocate a vector array * Allocate a vector array
*/ */