Added more headers [skip ci]

This commit is contained in:
Andrew Kane
2025-12-10 23:32:21 -08:00
parent a233d68365
commit fc8c736858
12 changed files with 31 additions and 0 deletions

View File

@@ -5,18 +5,22 @@
#include "access/genam.h"
#include "access/generic_xlog.h"
#include "common/hashfn.h"
#include "common/relpath.h"
#include "fmgr.h"
#include "hnsw.h"
#include "lib/pairingheap.h"
#include "nodes/pg_list.h"
#include "port/atomics.h"
#include "sparsevec.h"
#include "storage/buf.h"
#include "storage/bufmgr.h"
#include "storage/bufpage.h"
#include "storage/itemptr.h"
#include "storage/lwlock.h"
#include "utils/datum.h"
#include "utils/memdebug.h"
#include "utils/rel.h"
#include "utils/relcache.h"
#include "vector.h"
#if PG_VERSION_NUM >= 160000