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

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

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

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



More information about the pgpool-committers mailing list