Andres Freund <and...@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? regards, tom lane