Background worker docs,

From: Dave Cramer <davecramer(at)gmail(dot)com>
To: Pg Docs <pgsql-docs(at)lists(dot)postgresql(dot)org>
Subject: Background worker docs,
Date: 2021-08-27 13:17:28
Message-ID: CADK3HHLZmqAQZ2ByPDQQ9yhGqax36kksq6sDkV0yYzsxw6ipvQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

Why is the last comma there ?

"bgw_restart_time is the interval, in seconds, that postgres should wait
before restarting the process, in case it crashes."

diff --git a/doc/src/sgml/bgworker.sgml b/doc/src/sgml/bgworker.sgml
index d34acfc220..6f13006e25 100644
--- a/doc/src/sgml/bgworker.sgml
+++ b/doc/src/sgml/bgworker.sgml
@@ -130,7 +130,7 @@ 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
+ <command>postgres</command> should wait before restarting the process in
case 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.

Dave Cramer

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Daniel Gustafsson 2021-08-27 13:24:18 Re: Background worker docs,
Previous Message PG Doc comments form 2021-08-23 15:46:17 refresh concurrently: limitation of diff refreshing