pgsql: Improve documentation of data_sync_retry

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Improve documentation of data_sync_retry
Date: 2019-02-28 02:04:35
Message-ID: E1gzB3r-0004qb-Cd@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve documentation of data_sync_retry

Reflecting an updated parameter value requires a server restart, which
was not mentioned in the documentation and in postgresql.conf.sample.

Reported-by: Thomas Poty
Discussion: https://postgr.es/m/15659-0cd812f13027a2d8@postgresql.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b3a156858ab03cb5f9c55dedcaf85a6249b3ec64

Modified Files
--------------
doc/src/sgml/config.sgml | 3 ++-
src/backend/utils/misc/postgresql.conf.sample | 4 +++-
2 files changed, 5 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message John Naylor 2019-02-28 02:15:29 Re: pgsql: Avoid creation of the free space map for small heap relations, t
Previous Message Michael Paquier 2019-02-28 00:41:37 pgsql: Fix SCRAM authentication via SSL when mixing versions of OpenSSL