[pgpool-committers: 10134] pgpool: Fix another bug in native replication/snapshot isolation mode.
Tatsuo Ishii
ishii at postgresql.org
Sat Sep 14 21:22:55 JST 2024
Fix another bug in native replication/snapshot isolation mode.
insert_lock() forgot to send row lock command (lock_kind == 3 case) to
other than main node.
Branch
------
V4_1_STABLE
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=18bb82c1e9b0b19b3f870367caaaa1f4914fd289
Modified Files
--------------
src/protocol/pool_process_query.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the pgpool-committers
mailing list