mirror of
https://github.com/postgres/postgres.git
synced 2025-06-10 09:21:54 +03:00
list in ExecLockRows() forgot to allow for the possibility that some of the rowmarks are for child tables that aren't relevant to the current row. Per report from Kenichiro Tanaka.