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 78a1208 commit cf0fa79Copy full SHA for cf0fa79
aqo.c
@@ -257,7 +257,7 @@ _PG_init(void)
257
&fs_max_items,
258
10000,
259
1, INT_MAX,
260
- PGC_SUSET,
+ PGC_POSTMASTER,
261
0,
262
NULL,
263
@@ -270,7 +270,7 @@ _PG_init(void)
270
&fss_max_items,
271
100000,
272
0, INT_MAX,
273
274
275
276
0 commit comments