[pgpool-committers: 4527] 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_6_STABLE
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=fc1a744f00806ba07759b61ce76191ecb2fd605e
Modified Files
--------------
src/protocol/pool_proto_modules.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
More information about the pgpool-committers
mailing list