On Wed, 23 Sept 2026 at 13:51, Zsolt Parragi <[email protected]> wrote: > > On Wed, 23 Sep 2026, Dean Rasheed <[email protected]> wrote: > > I'm thinking now that making ExecCheckIndexConstraints() require > > estate->es_snapshot was actually an unintended change of the kind that > > probably wasn't safe for back-patching, because it might affect > > extension code. > > I forgot to mention this, but the issue I mentioned only exists in 18 > and 19, earlier branches are not affected (at least without > extensions).
Grepping on PGXN, I see no use of ExecCheckIndexConstraints(), so it's probably your fix is OK. Regards, Dean
