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

Commit2113574

Browse files
Reset vacuum_defer_cleanup_age to PGC_SIGHUP.
Revert commit84725aa
1 parent3905235 commit2113574

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

‎doc/src/sgml/config.sgml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2059,7 +2059,8 @@ SET ENABLE_SEQSCAN TO OFF;
20592059
is measured in terms of number of write transactions occurring on the
20602060
primary server, it is difficult to predict just how much additional
20612061
grace time will be made available to standby queries.
2062-
This parameter can only be set at server start.
2062+
This parameter can only be set in the <filename>postgresql.conf</>
2063+
file or on the server command line.
20632064
</para>
20642065
<para>
20652066
You should also consider setting <varname>hot_standby_feedback</>

‎src/backend/utils/misc/guc.c

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1853,12 +1853,7 @@ static struct config_int ConfigureNamesInt[] =
18531853
},
18541854

18551855
{
1856-
/*
1857-
* Setting this to a higher value without restarting postmaster
1858-
* can cause various bugs in TOAST object removal, CLUSTER and
1859-
* possibly other places, so this must be changed only on restart.
1860-
*/
1861-
{"vacuum_defer_cleanup_age",PGC_POSTMASTER,REPLICATION_MASTER,
1856+
{"vacuum_defer_cleanup_age",PGC_SIGHUP,REPLICATION_MASTER,
18621857
gettext_noop("Number of transactions by which VACUUM and HOT cleanup should be deferred, if any."),
18631858
NULL
18641859
},

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp