public inbox for [email protected]
help / color / mirror / Atom feedFrom: Bo Peng <[email protected]>
To: [email protected]
Subject: pgpool: Feature: Make online recovery database configurable
Date: Thu, 17 Jul 2025 05:32:54 +0000
Message-ID: <[email protected]> (raw)
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".
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=3cc3d2d848a9e0c0646961ab4fa7904fafac2...
Modified Files
--------------
doc.ja/src/sgml/example-cluster.sgml | 10 ++---
doc.ja/src/sgml/example-replication-si-mode.sgml | 9 ++--
doc.ja/src/sgml/installation.sgml | 21 ++++++----
doc.ja/src/sgml/online-recovery.sgml | 52 ++++++++++++++++++++++++
doc/src/sgml/example-cluster.sgml | 20 +++++----
doc/src/sgml/example-replication-si-mode.sgml | 18 ++++----
doc/src/sgml/installation.sgml | 15 ++++---
doc/src/sgml/online-recovery.sgml | 35 ++++++++++++++++
src/config/pool_config_variables.c | 10 +++++
src/include/pool_config.h | 7 ++--
src/pcp_con/recovery.c | 11 ++++-
src/sample/pgpool.conf.sample-stream | 3 ++
src/test/pgpool_setup.in | 1 +
src/test/watchdog_setup.in | 1 +
src/utils/pool_process_reporting.c | 5 +++
15 files changed, 176 insertions(+), 42 deletions(-)
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected]
Subject: Re: pgpool: Feature: Make online recovery database configurable
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox