Re: Proposal: make the online recovery database configurable

From: Bo Peng <pengbo(at)sraoss(dot)co(dot)jp>
To: "pgpool-hackers(at)lists(dot)postgresql(dot)org" <pgpool-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Proposal: make the online recovery database configurable
Date: 2025-07-17 05:37:02
Message-ID: TYWP286MB2633535D78F259F7ABF9C206F251A@TYWP286MB2633.JPNP286.PROD.OUTLOOK.COM
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgpool-hackers

Pushed to master branch:
https://git.postgresql.org/gitweb/?p=pgpool2.git;a=commit;h=3cc3d2d848a9e0c0646961ab4fa7904fafac2d5f

________________________________________
差出人: Bo Peng <pengbo(at)sraoss(dot)co(dot)jp>
送信: 2025 年 6 月 27 日 (金曜日) 9:00
宛先: pgpool-hackers(at)lists(dot)postgresql(dot)org <pgpool-hackers(at)lists(dot)postgresql(dot)org>
件名: Proposal: make the online recovery database configurable

Currently, the online recovery database is hardcoded to "template1".
It would be helpful in some use cases to make this configurable.

The attached patch adds a new configuration parameter, "recovery_database",
which allows the online recovery database to be configured.
The default is set to "template1" for backward compatibility.

Any suggestions on changing the default value to "postgres"?
---
Bo Peng <pengbo(at)sraoss(dot)co(dot)jp>
SRA OSS K.K.
TEL: 03-5979-2701 FAX: 03-5979-2702
URL: https://www.sraoss.co.jp/

In response to

Browse pgpool-hackers by date

  From Date Subject
Next Message Tatsuo Ishii 2025-08-08 02:47:34 Proposal: emit warning if life check has not started yet
Previous Message Tatsuo Ishii 2025-07-15 08:52:53 Re: Implement protocol 3.2 BackendKeyData and cancel request message