Enhance online recovery script for native replication and snapshot isolation mode...
authorTatsuo Ishii <ishii@sraoss.co.jp>
Sat, 30 Jan 2021 02:23:39 +0000 (11:23 +0900)
committerTatsuo Ishii <ishii@sraoss.co.jp>
Sat, 30 Jan 2021 02:23:39 +0000 (11:23 +0900)
commit6d34482739e77be7d9c4f841bb760eb7d0596fbc
treecb3dd4574e071d38a8a547f42fb69885764a6a4f
parent3a36284c53c125389c999de5c6c4710973c4cb82
Enhance online recovery script for native replication and snapshot isolation mode in pgpool_setup.

Use pg_stat_replication to get the log difference between main and
replica node while executing second stage so that reduces the number
of SQL issued.
src/test/pgpool_setup.in