diff --git a/doc/src/sgml/bgworker.sgml b/doc/src/sgml/bgworker.sgml index 7fd673ab54..fe43bc0c76 100644 --- a/doc/src/sgml/bgworker.sgml +++ b/doc/src/sgml/bgworker.sgml @@ -134,8 +134,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.