File tree 1 file changed +9
-3
lines changed
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
6562
6562
Sets the amount of time after which the startup process will log
6563
6563
a message about a long-running operation that is still in progress,
6564
6564
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>
6566
6574
For example, if syncing the data directory takes 25 seconds and
6567
6575
thereafter resetting unlogged relations takes 8 seconds, and if this
6568
6576
setting has the default value of 10 seconds, then a messages will be
6569
6577
logged for syncing the data directory after it has been in progress
6570
6578
for 10 seconds and again after it has been in progress for 20 seconds,
6571
6579
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.
6574
6580
</para>
6575
6581
</listitem>
6576
6582
</varlistentry>
You can’t perform that action at this time.
0 commit comments