Commit 652804eb authored by Daniel Gustafsson's avatar Daniel Gustafsson

docs: clarify bgw_restart_time documentation

Author: Dave Cramer <davecramer@gmail.com>
Reviewed-by: default avatarTom Lane <tgl@sss.pgh.pa.us>
Discussion: https://postgr.es/m/CADK3HHLZmqAQZ2ByPDQQ9yhGqax36kksq6sDkV0yYzsxw6ipvQ@mail.gmail.com
parent 6a109523
...@@ -134,8 +134,8 @@ typedef struct BackgroundWorker ...@@ -134,8 +134,8 @@ typedef struct BackgroundWorker
<para> <para>
<structfield>bgw_restart_time</structfield> is the interval, in seconds, that <structfield>bgw_restart_time</structfield> is the interval, in seconds, that
<command>postgres</command> should wait before restarting the process, in <command>postgres</command> should wait before restarting the process in
case it crashes. It can be any positive value, the event that it crashes. It can be any positive value,
or <literal>BGW_NEVER_RESTART</literal>, indicating not to restart the or <literal>BGW_NEVER_RESTART</literal>, indicating not to restart the
process in case of a crash. process in case of a crash.
</para> </para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment