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