[pgpool-committers: 10128] pgpool: Fix bug in replication/snapshot isolation mode.
Tatsuo Ishii
ishii at postgresql.org
Sat Sep 14 10:08:49 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_1_STABLE
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=5ca0621c66d91641dec3611c3d0b4f81d5990262
Modified Files
--------------
src/protocol/pool_process_query.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the pgpool-committers
mailing list