From: Bruce Momjian Date: Wed, 5 Oct 2022 19:53:40 +0000 (-0400) Subject: doc: clarify description for log_startup_progress_interval X-Git-Tag: REL_15_0~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d2d67949f5ca95cf4bd66d849e947f3bbe065e0d;p=thirdparty%2Fpostgresql.git doc: clarify description for log_startup_progress_interval Reported-by: Elena Indrupskaya Discussion: https://postgr.es/m/0af43b49-1646-93d0-ccf1-bb3c635c8c6f@postgrespro.ru Author: Elena Indrupskaya Backpatch-through: 15 --- diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 331836ba5da..099867dd1b7 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -6745,7 +6745,7 @@ local0.* /var/log/postgresql setting has the default value of 10 seconds, then a messages will be logged for syncing the data directory after it has been in progress for 10 seconds and again after it has been in progress for 20 seconds, - but nothing will be logged for resetting unlogged operations. + but nothing will be logged for resetting unlogged relations.