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

doc/src/sgml/bgworker.sgml

index d34acfc220df3b101adfa108ad4232befbf748c1..c0811935a1dc51493dc7d644359a165601c0e43c 100644 (file)
@@ -130,8 +130,8 @@ typedef struct BackgroundWorker
 
   
    bgw_restart_time is the interval, in seconds, that
-   postgres should wait before restarting the process, in
-   case it crashes.  It can be any positive value,
+   postgres should wait before restarting the process in
+   the event that it crashes.  It can be any positive value,
    or BGW_NEVER_RESTART, indicating not to restart the
    process in case of a crash.