Feature: Make online recovery database configurable
authorBo Peng <pengbo@sraoss.co.jp>
Thu, 17 Jul 2025 05:31:02 +0000 (14:31 +0900)
committerBo Peng <pengbo@sraoss.co.jp>
Thu, 17 Jul 2025 05:31:02 +0000 (14:31 +0900)
commit3cc3d2d848a9e0c0646961ab4fa7904fafac2d5f
tree0134e3d52e6affcd51727422ceb872c53d2db1e2
parente138a1876fec3aba6132531ede340ee98c5cc730
Feature: Make online recovery database configurable

Prior to version 4.6, the online recovery database was hardcoded to "template1".
This commit introduces a new configuration parameter, "recovery_database",
which allows users to specify the database used for online recovery.
The default value is "postgres".
15 files changed:
doc.ja/src/sgml/example-cluster.sgml
doc.ja/src/sgml/example-replication-si-mode.sgml
doc.ja/src/sgml/installation.sgml
doc.ja/src/sgml/online-recovery.sgml
doc/src/sgml/example-cluster.sgml
doc/src/sgml/example-replication-si-mode.sgml
doc/src/sgml/installation.sgml
doc/src/sgml/online-recovery.sgml
src/config/pool_config_variables.c
src/include/pool_config.h
src/pcp_con/recovery.c
src/sample/pgpool.conf.sample-stream
src/test/pgpool_setup.in
src/test/watchdog_setup.in
src/utils/pool_process_reporting.c