[pgpool-committers: 4525] pgpool: Fix writing transaction flag is accidentally set at commit or r

Tatsuo Ishii ishii at postgresql.org
Fri Feb 9 13:32:56 JST 2018


Fix writing transaction flag is accidentally set at commit or rollback.

We set writing transaction flag if it's a write query while processing
an execute message. However, the flag is set even it's a commit or
rollback. This is an oversight. The flag is reset while starting next
transaction anyway, so it's actually harmless but a bug is a bug.

Branch
------
V3_5_STABLE

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

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



More information about the pgpool-committers mailing list