[pgpool-committers: 7496] pgpool: Fix follow_primary creation in pgpool_setup.
Tatsuo Ishii
ishii at sraoss.co.jp
Tue Feb 9 20:09:21 JST 2021
Fix follow_primary creation in pgpool_setup.
Since PostgreSQL 13 it is possible to reload the change of
recovery_conninfo, but it is not possible to reload
recovery_command. To fix this use pg_ctl restart regardless the
version of PostgreSQL.
Also fix an oversight: forgot to create standby.signal.
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=cdf2873f16176eebe72536a90d56387abb290280
Modified Files
--------------
src/test/pgpool_setup.in | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
More information about the pgpool-committers
mailing list