mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-07 05:22:56 +00:00
reverted some changes, added boot_val from global_settings in staging
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user