Re: Raw parse tree is not dumped to log - Mailing list pgsql-hackers

From John Naylor
Subject Re: Raw parse tree is not dumped to log
Date
Msg-id CANWCAZYFGWrthiruTTgKrRMFiUhRv6b=jw+xcQq-j_845KYqMA@mail.gmail.com
Whole thread Raw
In response to Re: Raw parse tree is not dumped to log  (Tatsuo Ishii <ishii@postgresql.org>)
Responses Re: Raw parse tree is not dumped to log
List pgsql-hackers
On Wed, Aug 20, 2025 at 8:26 AM Tatsuo Ishii <ishii@postgresql.org> wrote:
> Thanks for updating the patch.
> v5 patch looks good to me. If there's no objection, I plan to push the
> patch in early September.

+ if (unlikely(Debug_print_raw_parse))

Branch alignment surely shouldn't matter in a function that is called
once per query?

--
John Naylor
Amazon Web Services



pgsql-hackers by date:

Previous
From: John Naylor
Date:
Subject: hash + LRC better than CRC?
Next
From: Vik Fearing
Date:
Subject: Re: [PATCH] Add error_on_null() to produce an error if the input is null