8000
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 afdc59e commit c7fc679Copy full SHA for c7fc679
aqo.c
@@ -248,7 +248,7 @@ _PG_init(void)
248
&fs_max_items,
249
10000,
250
1, INT_MAX,
251
- PGC_SUSET,
+ PGC_POSTMASTER,
252
0,
253
NULL,
254
@@ -261,7 +261,7 @@ _PG_init(void)
261
&fss_max_items,
262
100000,
263
0, INT_MAX,
264
265
266
267
0 commit comments