diff options
author | Daniel Gustafsson | 2021-08-27 20:50:19 +0000 |
---|---|---|
committer | Daniel Gustafsson | 2021-08-27 20:50:19 +0000 |
commit | 10d2695b0cbad0ef64367d9c900ca59b9abcc80f (patch) | |
tree | 09938095abe1468b681cb5342f54f5c2b79a1c20 | |
parent | bda822554b96c6564911df95fcb898d6c30efe46 (diff) |
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
-rw-r--r-- | doc/src/sgml/bgworker.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/bgworker.sgml b/doc/src/sgml/bgworker.sgml index d34acfc220d..c0811935a1d 100644 --- a/doc/src/sgml/bgworker.sgml +++ b/doc/src/sgml/bgworker.sgml @@ -130,8 +130,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> |