reverted some changes, added boot_val from global_settings in staging

This commit is contained in:
Suhas Thalanki
2025-06-18 14:42:25 -07:00
parent ed3100a70e
commit 9678734b75

View File

@@ -512,9 +512,9 @@ _PG_init(void)
DefineCustomIntVariable("neon.pgstat_file_size_limit",
"Maximal size of pgstat.stat file saved in Neon storage",
NULL,
"Zero value disables persisting pgstat.stat file",
&neon_pgstat_file_size_limit,
128, 0, INT_MAX, /* disabled by default */
16384, 0, 1000000, /* disabled by default */
PGC_SIGHUP,
GUC_UNIT_KB,
NULL, NULL, NULL);