mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-16 18:02:56 +00:00
Update pgxn/neon/file_cache.c
Co-authored-by: Matthias van de Meent <matthias@neon.tech>
This commit is contained in:
committed by
Konstantin Knizhnik
parent
b382304b02
commit
93f7e89785
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user