pgsql: Change recovery_init_sync_method to PGC_SIGHUP.

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема pgsql: Change recovery_init_sync_method to PGC_SIGHUP.
Дата
Msg-id E1lxiIc-0001eG-MW@gemulon.postgresql.org
обсуждение исходный текст
Список 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@telsasoft.com>
Reviewed-by: Fujii Masao <masao.fujii@oss.nttdata.com>
Reviewed-by: Michael Paquier <michael@paquier.xyz>
Reviewed-by: Thomas Munro <thomas.munro@gmail.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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Fix variable initialization with ALTER SUBSCRIPTION DROP PUBLICA
Следующее
От: Amit Kapila
Дата:
Сообщение: pgsql: Fix race condition in TransactionGroupUpdateXidStatus().