On Tue, 21 Feb 2023 at 09:34, Alvaro Herrera <alvhe...@alvh.no-ip.org> wrote: > > > I think the best fix is to have ExecMergeMatched() pass canSetTag = > > false to ExecUpdateAct(), so that ExecMergeMatched() takes > > responsibility for updating estate->es_processed in all cases. > > Sounds sensible. >
I decided it was also probably worth having a regression test covering this, since it would be quite easy to break if the code is ever refactored. Pushed and back-patched. Regards, Dean