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 d3fafee65b
commit 2229282e6e

View File

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