[pgpool-committers: 7440] pgpool: Fix oversight in commit 3a36284c53c125389c999de5c6c4710973c4cb8
Tatsuo Ishii
ishii at sraoss.co.jp
Sun Jan 31 11:32:11 JST 2021
Fix oversight in commit 3a36284c53c125389c999de5c6c4710973c4cb82.
When si_get_snapshot() is called, load balance node has not been
decided yet and we cannot use VALID_BACKEND macro. Use
VALID_BACKEND_RAW instead.
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=11bccff58649658d22c3a68939cfbd8853347012
Modified Files
--------------
src/protocol/pool_proto_modules.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
More information about the pgpool-committers
mailing list