From 9a1317e41b88ab26c983a3a9b5940741b6f14793 Mon Sep 17 00:00:00 2001 From: Konstantin Knizhnik Date: Thu, 31 Jul 2025 18:19:04 +0300 Subject: [PATCH] Update pgxn/neon/relperst_cache.c Co-authored-by: Heikki Linnakangas --- pgxn/neon/relperst_cache.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/pgxn/neon/relperst_cache.c b/pgxn/neon/relperst_cache.c index 49d0e19ae6..176ec7c3da 100644 --- a/pgxn/neon/relperst_cache.c +++ b/pgxn/neon/relperst_cache.c @@ -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,