docs: clarify bgw_restart_time documentation
authorDaniel Gustafsson <[email protected]>
Fri, 27 Aug 2021 20:50:19 +0000 (22:50 +0200)
committerDaniel Gustafsson <[email protected]>
Fri, 27 Aug 2021 20:50:19 +0000 (22:50 +0200)
Author: Dave Cramer <[email protected]>
Reviewed-by: Tom Lane <[email protected]>
Discussion: https://postgr.es/m/CADK3HHLZmqAQZ2ByPDQQ9yhGqax36kksq6sDkV0yYzsxw6ipvQ@mail.gmail.com

doc/src/sgml/bgworker.sgml

index f54ada3722d2816821da476b0dc82442bdac82e8..e8e9e5e91fde4312e7b0e25e9322ea3ad921384c 100644 (file)
@@ -123,8 +123,8 @@ typedef struct BackgroundWorker
 
   <para>
    <structfield>bgw_restart_time</structfield> is the interval, in seconds, that
-   <command>postgres</command> should wait before restarting the process, in
-   case it crashes.  It can be any positive value,
+   <command>postgres</command> should wait before restarting the process in
+   the event that it crashes.  It can be any positive value,
    or <literal>BGW_NEVER_RESTART</literal>, indicating not to restart the
    process in case of a crash.
   </para>