[pgpool-committers: 4528] 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_7_STABLE

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

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



More information about the pgpool-committers mailing list