Re: Raw parse tree is not dumped to log

From: John Naylor <johncnaylorls(at)gmail(dot)com>
To: Tatsuo Ishii <ishii(at)postgresql(dot)org>
Cc: li(dot)evan(dot)chao(at)gmail(dot)com, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Raw parse tree is not dumped to log
Date: 2025-08-31 13:44:28
Message-ID: CANWCAZYFGWrthiruTTgKrRMFiUhRv6b=jw+xcQq-j_845KYqMA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Aug 20, 2025 at 8:26 AM Tatsuo Ishii <ishii(at)postgresql(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Vik Fearing 2025-08-31 13:54:14 Re: [PATCH] Add error_on_null() to produce an error if the input is null
Previous Message John Naylor 2025-08-31 13:43:20 hash + LRC better than CRC?