Added more headers

This commit is contained in:
Andrew Kane
2025-12-10 22:55:54 -08:00
parent 8ca5e37c83
commit eda94a46d8
10 changed files with 26 additions and 0 deletions

View File

@@ -5,12 +5,16 @@
#include <math.h>
#include "access/amapi.h"
#include "access/genam.h"
#include "access/reloptions.h"
#include "commands/progress.h"
#include "commands/vacuum.h"
#include "fmgr.h"
#include "hnsw.h"
#include "miscadmin.h"
#include "nodes/nodes.h"
#include "nodes/pathnodes.h"
#include "nodes/pg_list.h"
#include "utils/float.h"
#include "utils/guc.h"
#include "utils/selfuncs.h"

View File

@@ -38,8 +38,10 @@
#include "access/genam.h"
#include "access/parallel.h"
#include "access/relscan.h"
#include "access/table.h"
#include "access/tableam.h"
#include "access/tupdesc.h"
#include "access/xact.h"
#include "access/xloginsert.h"
#include "catalog/index.h"
@@ -49,6 +51,7 @@
#include "miscadmin.h"
#include "optimizer/optimizer.h"
#include "storage/bufmgr.h"
#include "storage/bufpage.h"
#include "storage/condition_variable.h"
#include "storage/shm_toc.h"
#include "storage/shmem.h"

View File

@@ -1,8 +1,10 @@
#include "postgres.h"
#include "access/genam.h"
#include "access/generic_xlog.h"
#include "hnsw.h"
#include "storage/bufmgr.h"
#include "storage/bufpage.h"
#include "storage/lmgr.h"
#include "utils/datum.h"
#include "utils/memutils.h"

View File

@@ -1,7 +1,9 @@
#include "postgres.h"
#include "access/relscan.h"
#include "access/skey.h"
#include "hnsw.h"
#include "lib/pairingheap.h"
#include "nodes/pg_list.h"
#include "pgstat.h"
#include "storage/lmgr.h"

View File

@@ -2,6 +2,7 @@
#include <math.h>
#include "access/genam.h"
#include "access/generic_xlog.h"
#include "common/hashfn.h"
#include "fmgr.h"

View File

@@ -3,6 +3,7 @@
#include <float.h>
#include "access/genam.h"
#include "access/generic_xlog.h"
#include "access/table.h"
#include "access/tableam.h"
#include "access/tupdesc.h"
@@ -13,6 +14,7 @@
#include "catalog/pg_operator_d.h"
#include "catalog/pg_type_d.h"
#include "commands/progress.h"
#include "executor/tuptable.h"
#include "fmgr.h"
#include "ivfflat.h"
#include "miscadmin.h"

View File

@@ -3,11 +3,15 @@
#include <float.h>
#include "access/amapi.h"
#include "access/genam.h"
#include "access/reloptions.h"
#include "commands/progress.h"
#include "commands/vacuum.h"
#include "fmgr.h"
#include "ivfflat.h"
#include "nodes/nodes.h"
#include "nodes/pathnodes.h"
#include "nodes/pg_list.h"
#include "utils/float.h"
#include "utils/guc.h"
#include "utils/selfuncs.h"

View File

@@ -2,9 +2,11 @@
#include <float.h>
#include "access/genam.h"
#include "access/generic_xlog.h"
#include "fmgr.h"
#include "ivfflat.h"
#include "nodes/execnodes.h"
#include "storage/bufmgr.h"
#include "storage/lmgr.h"
#include "utils/memutils.h"

View File

@@ -4,6 +4,8 @@
#include <limits.h>
#include <math.h>
#include "access/genam.h"
#include "fmgr.h"
#include "ivfflat.h"
#include "miscadmin.h"
#include "utils/memutils.h"

View File

@@ -2,9 +2,13 @@
#include <float.h>
#include "access/genam.h"
#include "access/itup.h"
#include "access/relscan.h"
#include "access/skey.h"
#include "catalog/pg_operator_d.h"
#include "catalog/pg_type_d.h"
#include "executor/tuptable.h"
#include "lib/pairingheap.h"
#include "ivfflat.h"
#include "miscadmin.h"