We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1d567b commit 6b5d565Copy full SHA for 6b5d565
pg_store_plans.c
@@ -423,7 +423,7 @@ _PG_init(void)
423
"Sets the maximum number of plans tracked by pg_store_plans.",
424
NULL,
425
&store_size,
426
- 1000,
+ 5000,
427
100,
428
INT_MAX,
429
PGC_POSTMASTER,
@@ -485,7 +485,7 @@ _PG_init(void)
485
"Minimum duration to record plan in milliseconds.",
486
487
&min_duration,
488
- 0,
+ 10,
489
0,
490
491
PGC_SUSET,
@@ -531,7 +531,7 @@ _PG_init(void)
531
"Log timings.",
532
533
&log_timing,
534
- true,
+ false,
535
536
537
0 commit comments