[pgpool-committers: 5939] pgpool: Adjust WHERE clause of pg_stat_replication to not issue against

Tatsuo Ishii ishii at sraoss.co.jp
Sun Jul 28 12:04:57 JST 2019


Adjust WHERE clause of pg_stat_replication to not issue against down node.

Previously the query to get replication status was unconditionally
issued to down node, which produced annoying "no row returned" log.

Branch
------
master

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

Modified Files
--------------
src/streaming_replication/pool_worker_child.c | 2 ++
1 file changed, 2 insertions(+)



More information about the pgpool-committers mailing list