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:56:41 +03:00
committed by Konstantin Knizhnik
parent 1e4783f3f9
commit c3fdab3886

View File

@@ -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;