[pgpool-committers: 7439] pgpool: Fix oversight in commit 3a36284c53c125389c999de5c6c4710973c4cb8

Tatsuo Ishii ishii at sraoss.co.jp
Sun Jan 31 11:32:04 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
------
V4_2_STABLE

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

Modified Files
--------------
src/protocol/pool_proto_modules.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)



More information about the pgpool-committers mailing list