Fixed compilation errors with Postgres 19

This commit is contained in:
Andrew Kane
2026-04-14 15:46:10 -07:00
parent 533ad160e0
commit 97e0ed4464
7 changed files with 25 additions and 2 deletions

View File

@@ -6,6 +6,7 @@
#include "nodes/execnodes.h"
#include "storage/bufmgr.h"
#include "storage/lmgr.h"
#include "storage/lwlock.h"
#include "utils/datum.h"
#include "utils/memutils.h"
#include "utils/rel.h"