Improved includes for indexes

This commit is contained in:
Andrew Kane
2025-12-11 15:35:37 -08:00
parent 3975e212cc
commit c711da411c
13 changed files with 78 additions and 14 deletions

View File

@@ -1,9 +1,12 @@
#include "postgres.h"
#include "access/genam.h"
#include "access/generic_xlog.h"
#include "access/itup.h"
#include "commands/vacuum.h"
#include "ivfflat.h"
#include "storage/bufmgr.h"
#include "utils/relcache.h"
#if PG_VERSION_NUM >= 180000
#define vacuum_delay_point() vacuum_delay_point(false)