Fix another bug in native replication/snapshot isolation mode.
authorTatsuo Ishii <ishii@postgresql.org>
Sat, 14 Sep 2024 12:07:33 +0000 (21:07 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Sat, 14 Sep 2024 12:15:51 +0000 (21:15 +0900)
commit10333d592e37048b92e5554a0531d2d73af6a124
tree3c110e6913e691a1b59f7dfdff23eb7506f10990
parent794adad1b7ed807c3d7ed46b6c27e3bc30b1bd6a
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.
src/protocol/pool_process_query.c