#ifndef PGZINT_H #define PGZINT_H #include // PostgreSQL #include "postgres.h" #include "fmgr.h" #include "utils/builtins.h" #if PG_VERSION_NUM >= 160000 #include "varatt.h" #endif #endif // PGZINT_H