Added more headers [skip ci]

This commit is contained in:
Andrew Kane
2025-12-10 23:19:52 -08:00
parent 831ba3f3de
commit a233d68365
6 changed files with 7 additions and 0 deletions

View File

@@ -53,6 +53,7 @@
#include "storage/bufmgr.h"
#include "storage/bufpage.h"
#include "storage/condition_variable.h"
#include "storage/dsm.h"
#include "storage/lockdefs.h"
#include "storage/lwlock.h"
#include "storage/shm_toc.h"

View File

@@ -6,8 +6,10 @@
#include "storage/bufmgr.h"
#include "storage/bufpage.h"
#include "storage/lmgr.h"
#include "storage/lockdefs.h"
#include "utils/datum.h"
#include "utils/memutils.h"
#include "utils/rel.h"
#if PG_VERSION_NUM >= 160000
#include "varatt.h"

View File

@@ -6,6 +6,7 @@
#include "access/skey.h"
#include "hnsw.h"
#include "lib/pairingheap.h"
#include "miscadmin.h"
#include "nodes/pg_list.h"
#include "pgstat.h"
#include "storage/lmgr.h"

View File

@@ -13,6 +13,7 @@
#include "sparsevec.h"
#include "storage/bufmgr.h"
#include "storage/bufpage.h"
#include "storage/lwlock.h"
#include "utils/datum.h"
#include "utils/memdebug.h"
#include "utils/rel.h"

View File

@@ -14,6 +14,7 @@
#include "storage/lockdefs.h"
#include "storage/off.h"
#include "utils/memutils.h"
#include "utils/rel.h"
#if PG_VERSION_NUM >= 160000
#include "varatt.h"

View File

@@ -22,6 +22,7 @@
#include "miscadmin.h"
#include "optimizer/optimizer.h"
#include "storage/bufmgr.h"
#include "storage/bufpage.h"
#include "storage/condition_variable.h"
#include "storage/lockdefs.h"
#include "storage/shm_toc.h"