Update pgxn/neon/pagestore_client.h

Co-authored-by: Heikki Linnakangas <heikki@neon.tech>
This commit is contained in:
Konstantin Knizhnik
2025-07-14 14:54:36 +03:00
committed by Konstantin Knizhnik
parent 20dea3aafb
commit 1e4783f3f9

View File

@@ -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 */