[pgpool-committers: 7434] pgpool: Enhance native replication mode or snapshot isolation mode onli

Tatsuo Ishii ishii at sraoss.co.jp
Wed Jan 27 21:32:18 JST 2021


Enhance native replication mode or snapshot isolation mode online
recovery case.

Use streaming replication in the first stage and replays WAL generated
during base copy as much as possible. In the second stage, now it just
promotes the standby server. If there are little or zero WAL to
replay, this will significantly reduce the duration of the second
stage. This is important because while the system in the second stage,
frontend cannot connect to Pgpool-II.

Branch
------
master

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

Modified Files
--------------
src/test/pgpool_setup.in | 109 ++++++++++++++++++++---------------------------
1 file changed, 46 insertions(+), 63 deletions(-)



More information about the pgpool-committers mailing list