From c3fdab3886c81fc45ffcc20d9c8ddcfd8ba34c14 Mon Sep 17 00:00:00 2001 From: Konstantin Knizhnik Date: Mon, 14 Jul 2025 14:56:41 +0300 Subject: [PATCH] Update pgxn/neon/pagestore_client.h Co-authored-by: Heikki Linnakangas --- pgxn/neon/pagestore_client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pgxn/neon/pagestore_client.h b/pgxn/neon/pagestore_client.h index cc84a20da6..fca136e990 100644 --- a/pgxn/neon/pagestore_client.h +++ b/pgxn/neon/pagestore_client.h @@ -322,7 +322,7 @@ typedef enum RELKIND_UNLOGGED_BUILD } RelKind; -/* utils for neon relkind cache */ +/* entry type stored in relkind_hash */ typedef struct { NRelFileInfo rel;