[pgpool-committers: 6898] pgpool: Fix pgpool_setup problem with -r option and PostgreSQL 12.
Tatsuo Ishii
ishii at sraoss.co.jp
Wed Aug 5 10:55:04 JST 2020
Fix pgpool_setup problem with -r option and PostgreSQL 12.
pgpool_setup -r uses pg_rewind if it's possible. After rewinding,
pgpool_setup failed to create standby.signal file, which is required in
PostgreSQL 12 or later, on the recovered target node. As a result, the
recovered node booted up as a primary server, rather than a standby
server.
Discussion: https://www.pgpool.net/mantisbt/view.php?id=624
Branch
------
V4_0_STABLE
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=3b19b00c20e434b3b3758c84f6799ce586a60d89
Modified Files
--------------
src/test/pgpool_setup | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
More information about the pgpool-committers
mailing list