Added varatt headers for Postgres 16+

This commit is contained in:
Andrew Kane
2025-10-22 11:56:05 -07:00
parent 727d4836d2
commit 3ebb9a506e
7 changed files with 28 additions and 0 deletions

View File

@@ -9,6 +9,10 @@
#include "utils/datum.h"
#include "utils/memutils.h"
#if PG_VERSION_NUM >= 160000
#include "varatt.h"
#endif
/*
* Get the insert page
*/