From 05fec0b74facdc7a0f96fd1bc18e5d402f497f7c Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Fri, 27 Aug 2021 22:50:19 +0200 Subject: [PATCH] docs: clarify bgw_restart_time documentation Author: Dave Cramer Reviewed-by: Tom Lane Discussion: https://postgr.es/m/CADK3HHLZmqAQZ2ByPDQQ9yhGqax36kksq6sDkV0yYzsxw6ipvQ@mail.gmail.com --- doc/src/sgml/bgworker.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/bgworker.sgml b/doc/src/sgml/bgworker.sgml index ad17b42c89..1147ec7c8c 100644 --- a/doc/src/sgml/bgworker.sgml +++ b/doc/src/sgml/bgworker.sgml @@ -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.