On Sep 12, 2025, at 13:53, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> That seems substantially more complicated than just moving which
> commit is considered the baseline. It might be less reliable too:
> if the exclusions are written sloppily, they might hide problems
> we'd rather find out about. (I do not regard valgrind suppression
> files as a model of good engineering...)
It would certainly be easier to start with some marker for the baseline commit. We an always add some more complicated
stuffin the future if it turns out to be desirable. I know there’s some stuff built in to Abigail for that. But IMHO it
makessense to start with the simplest solution and see whether anything else is needed later.
D