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:07:33 +0000 (21:07 +0900)
commit400490dd3b23e19614fd90a10c0749f15f61a2d7
tree9e237a3ef9f4a56530ae3dd3b983dad444c8955e
parentb0e6f8e325148a0191f190c58666d7a45d0ed779
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