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