[pgpool-committers: 6896] pgpool: Fix pgpool_setup problem with -r option and PostgreSQL 12.

Tatsuo Ishii ishii at sraoss.co.jp
Wed Aug 5 10:54:55 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
------
V3_6_STABLE

Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=566a48e8c5a1ed8efbcef143322ac1bea54882f9

Modified Files
--------------
src/test/pgpool_setup | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)



More information about the pgpool-committers mailing list