[pgpool-committers: 7081] pgpool: Fix relcache query sometimes sent to other than primary.

Tatsuo Ishii ishii at sraoss.co.jp
Sun Sep 6 22:22:03 JST 2020


Fix relcache query sometimes sent to other than primary.

In streaming replication mode, relcache queries are supposed to be
sent to the primary node.  But actually they were not sent the primary
node if primary node was not the master node. Typically this could
happen when the primary is not node 0.

Branch
------
V3_7_STABLE

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

Modified Files
--------------
src/utils/pool_relcache.c | 16 +++++++++++++++-
1 file changed, 15 insertions(+), 1 deletion(-)



More information about the pgpool-committers mailing list