On Mon, Apr 4, 2022 at 11:12 AM Peter Geoghegan <p...@bowt.ie> wrote: > We will need a backpatchable fix, since Thomas' recent fix (commit > cc58eecc5d75a9329a6d49a25a6499aea7ee6fd6) only targeted the master > branch.
I probably should have made it clearer in the commit message, cc58eecc5 doesn't fix this problem in the master branch. It only fixes the code that incorrectly assumed that datum1 was always available. Now it skips the optimised path, and falls back to the slow path, that still has *this* bug, and the test upthread still fails. I wrote about this separately because it's clearly independent and I didn't want it to be mistaken for an open item for 15.