Hi,
On 2018-03-12 17:14:00 -0400, Tom Lane wrote:
> Andres Freund <andres@anarazel.de> writes:
> > Currently a handful of explain outputs in the regression tests change
> > output when compiled with JITing. Therefore I'm thinking of adding
> > JITINFO or such option, which can be set to false for those tests?
> > Maintaining duplicate output for them seems painful. Better ideas?
>
> Why not just suppress that info when COSTS OFF is specified?
I wondered about that too. But that'd mean it'd be harder to write a
test that tests the planning bits of JITing (i.e. decision whether to
use optimization & inlining or not) . Not sure if it's worth adding
complexity to be able to do so.
Greetings,
Andres Freund