pgsql: Change recovery_init_sync_method to PGC_SIGHUP.

From: Thomas Munro <tmunro(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Change recovery_init_sync_method to PGC_SIGHUP.
Date: 2021-06-28 03:51:06
Message-ID: E1lxiIc-0001eG-MW@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Change recovery_init_sync_method to PGC_SIGHUP.

The setting has no effect except during startup. It's still nice to be
able to change it dynamically, which is expected to be pretty useful to
an admin following crash recovery when restarting the cluster is not so
appealing.

Per discussions following commits 2941138e6 and 61752afb2.

Author: Justin Pryzby <pryzby(at)telsasoft(dot)com>
Reviewed-by: Fujii Masao <masao(dot)fujii(at)oss(dot)nttdata(dot)com>
Reviewed-by: Michael Paquier <michael(at)paquier(dot)xyz>
Reviewed-by: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
Discussion: https://postgr.es/m/20210529192321.GM2082%40telsasoft.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/34a8b64b4e5f0cd818e5cc7f98846de57938ea57

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

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2021-06-28 04:08:41 pgsql: Fix race condition in TransactionGroupUpdateXidStatus().
Previous Message Michael Paquier 2021-06-28 03:23:55 pgsql: Fix variable initialization with ALTER SUBSCRIPTION DROP PUBLICA