Update pgxn/neon/file_cache.c

Co-authored-by: Matthias van de Meent <matthias@neon.tech>
This commit is contained in:
Konstantin Knizhnik
2025-04-02 19:03:41 +03:00
committed by Konstantin Knizhnik
parent b382304b02
commit 93f7e89785

View File

@@ -170,8 +170,8 @@ typedef struct FileCacheControl
typedef struct FileCacheState
{
uint32 magic;
uint32 chunk_size_log;
size_t n_chunks;
uint32 n_chunks;
uint16 chunk_size_log;
BufferTag chunks[FLEXIBLE_ARRAY_MEMBER];
/* followed by bitmap */
} FileCacheState;