Update pgxn/neon/relperst_cache.c

Co-authored-by: Heikki Linnakangas <heikki@neon.tech>
This commit is contained in:
Konstantin Knizhnik
2025-07-31 18:19:04 +03:00
committed by GitHub
parent 75dafd46b6
commit 9a1317e41b

View File

@@ -24,9 +24,7 @@
#include "utils/dynahash.h"
#include "utils/guc.h"
#if PG_VERSION_NUM >= 150000
#include "miscadmin.h"
#endif
/*
* The main goal of this cache is to avoid repeated calls of mdexists in neon_write,