[pgpool-committers: 10131] pgpool: Fix bug in replication/snapshot isolation mode.

Tatsuo Ishii ishii at postgresql.org
Sat Sep 14 10:09:43 JST 2024


Fix bug in replication/snapshot isolation mode.

When INSERT command is received, pgpool automatically issues table
LOCK command to the target table but it forgot to send the command to
other than main nodes. This only happened in extended query mode.
This commit fixes the bug.

Discussion: GitHub issue #69.
https://github.com/pgpool/pgpool2/issues/69
Backpatch-through: v4.1

Branch
------
V4_4_STABLE

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

Modified Files
--------------
src/protocol/pool_process_query.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)



More information about the pgpool-committers mailing list