[pgpool-committers: 7969] pgpool: Fix SI mode to acquire a snapshot with an internal transaction.

Tatsuo Ishii ishii at sraoss.co.jp
Tue Aug 10 14:52:30 JST 2021


Fix SI mode to acquire a snapshot with an internal transaction.

In SI mode a data modifying statement needs to start internal
transaction.  However it forgot to acquire a snapshot. This commit
fixes that in both simple query protocol and extended query protocol.

Branch
------
master

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

Modified Files
--------------
src/protocol/pool_process_query.c | 15 ++++----------
src/protocol/pool_proto_modules.c | 41 ++++++++++++++++++++++++++++++++++-----
2 files changed, 40 insertions(+), 16 deletions(-)



More information about the pgpool-committers mailing list