Skip to content

Commit 10d2695

Browse files
docs: clarify bgw_restart_time documentation
Author: Dave Cramer <davecramer@gmail.com> Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us> Discussion: https://postgr.es/m/CADK3HHLZmqAQZ2ByPDQQ9yhGqax36kksq6sDkV0yYzsxw6ipvQ@mail.gmail.com
1 parent bda8225 commit 10d2695

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/bgworker.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ typedef struct BackgroundWorker
130130

131131
<para>
132132
<structfield>bgw_restart_time</structfield> is the interval, in seconds, that
133-
<command>postgres</command> should wait before restarting the process, in
134-
case it crashes. It can be any positive value,
133+
<command>postgres</command> should wait before restarting the process in
134+
the event that it crashes. It can be any positive value,
135135
or <literal>BGW_NEVER_RESTART</literal>, indicating not to restart the
136136
process in case of a crash.
137137
</para>

0 commit comments

Comments
 (0)