From 1e4783f3f9840246205bab1d3610d3d7a2797d6d Mon Sep 17 00:00:00 2001 From: Konstantin Knizhnik Date: Mon, 14 Jul 2025 14:54:36 +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 2336800fbe..cc84a20da6 100644 --- a/pgxn/neon/pagestore_client.h +++ b/pgxn/neon/pagestore_client.h @@ -319,7 +319,7 @@ typedef enum * This is currently used for GiST, SP-GiST and GIN indexes, as well as the pgvector * extension. */ - RELKIND_UNLOGGED_BUILD /* buildig index for permanent relation */ + RELKIND_UNLOGGED_BUILD } RelKind; /* utils for neon relkind cache */