Add prefetch_enabled GUC to trigger Neon prefetch mechansim

This commit is contained in:
Konstantin Knizhnik
2022-09-14 17:11:23 +03:00
parent 91361ed241
commit 205db71fc1

View File

@@ -441,6 +441,7 @@ pg_init_libpagestore(void)
&prefetch_enabled,
false,
PGC_SIGHUP,
0,
NULL, NULL, NULL);
relsize_hash_init();