mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-13 16:32:56 +00:00
Add prefetch_enabled GUC to trigger Neon prefetch mechansim
This commit is contained in:
@@ -441,6 +441,7 @@ pg_init_libpagestore(void)
|
||||
&prefetch_enabled,
|
||||
false,
|
||||
PGC_SIGHUP,
|
||||
0,
|
||||
NULL, NULL, NULL);
|
||||
|
||||
relsize_hash_init();
|
||||
|
||||
Reference in New Issue
Block a user