Skip to content

Commit 652804e

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 6a10952 commit 652804e

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
@@ -134,8 +134,8 @@ typedef struct BackgroundWorker
134134

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

0 commit comments

Comments
 (0)