On Fri, Sep 6, 2024 at 1:19 PM Tom Lane <[email protected]> wrote: > Amit Langote <[email protected]> writes: > > Yes, thanks for the note. Will change the test case to test what are > > deparsing related changes in some other manner. > > I usually prefer to test ruleutils.c by deparsing a suitable view.
Yeah, other tests in that file use that method too, so going with that. Actually, a few other tests in that file do use VERBOSE, but with COSTS OFF, so unbitten so far by JIT summary accidentally being printed out. -- Thanks, Amit Langote
