diff options
author | Daniel Gustafsson <dgustafsson@postgresql.org> | 2021-08-27 22:50:19 +0200 |
---|---|---|
committer | Daniel Gustafsson <dgustafsson@postgresql.org> | 2021-08-27 22:50:19 +0200 |
commit | 05fec0b74facdc7a0f96fd1bc18e5d402f497f7c (patch) | |
tree | 0fce80ab8c80c0b9f98a264898cc91f2d3259263 | |
parent | 198cf81e2c64bdf2d4fa3c24d54c1eacf47a3d38 (diff) | |
download | postgresql-05fec0b74facdc7a0f96fd1bc18e5d402f497f7c.tar.gz postgresql-05fec0b74facdc7a0f96fd1bc18e5d402f497f7c.zip |
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 ad17b42c898..1147ec7c8ce 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> |