File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -6562,15 +6562,21 @@ local0.* /var/log/postgresql
65626562 Sets the amount of time after which the startup process will log
65636563 a message about a long-running operation that is still in progress,
65646564 as well as the interval between further progress messages for that
6565- operation. This setting is applied separately to each operation.
6565+ operation. The default is 10 seconds. A setting of <literal>0</literal>
6566+ disables the feature. If this value is specified without units,
6567+ it is taken as milliseconds. This setting is applied separately to
6568+ each operation.
6569+ This parameter can only be set in the <filename>postgresql.conf</filename>
6570+ file or on the server command line.
6571+ </para>
6572+
6573+ <para>
65666574 For example, if syncing the data directory takes 25 seconds and
65676575 thereafter resetting unlogged relations takes 8 seconds, and if this
65686576 setting has the default value of 10 seconds, then a messages will be
65696577 logged for syncing the data directory after it has been in progress
65706578 for 10 seconds and again after it has been in progress for 20 seconds,
65716579 but nothing will be logged for resetting unlogged operations.
6572- A setting of <literal>0</literal> disables the feature. If this value
6573- is specified without units, it is taken as milliseconds.
65746580 </para>
65756581 </listitem>
65766582 </varlistentry>
You can’t perform that action at this time.
0 commit comments