Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcf0fa79

Browse files
author
Alena Rybakina
committed
Fix aqo.fs_max_items, add.fss_max_items.
Set GucContext as PGC_POSTMASTER to allow values to be changedonly before the instance is started.
1 parent78a1208 commitcf0fa79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎aqo.c‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ _PG_init(void)
257257
&fs_max_items,
258258
10000,
259259
1,INT_MAX,
260-
PGC_SUSET,
260+
PGC_POSTMASTER,
261261
0,
262262
NULL,
263263
NULL,
@@ -270,7 +270,7 @@ _PG_init(void)
270270
&fss_max_items,
271271
100000,
272272
0,INT_MAX,
273-
PGC_SUSET,
273+
PGC_POSTMASTER,
274274
0,
275275
NULL,
276276
NULL,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp