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-25 16:52:54 +03:00
committed by Konstantin Knizhnik
parent 401a011006
commit 879984ceaa

View File

@@ -609,7 +609,7 @@ lfc_init(void)
1,
MAX_BLOCKS_PER_CHUNK,
PGC_POSTMASTER,
0,
GUC_UNIT_BLOCKS,
lfc_check_chunk_size,
lfc_change_chunk_size,
NULL);