Re: Raw parse tree is not dumped to log

From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: li(dot)evan(dot)chao(at)gmail(dot)com
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Raw parse tree is not dumped to log
Date: 2025-08-20 01:25:43
Message-ID: 20250820.102543.1755620748792111045.ishii@postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On 2025/8/18 17:13, Tatsuo Ishii wrote:
>> + if (unlikely(Debug_print_parse))
>>
>> This should be:
>>
>> + if (unlikely(Debug_print_raw_parse))
>
> My bad! Such a stupid mistake. Fixed. And I did a test by turning
> on/off the flag in postgres.conf, and raw parse tree is only dumped
> when "debug_print_raw_parse" is "on".

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.

Best regards,
--
Tatsuo Ishii
SRA OSS K.K.
English: http://www.sraoss.co.jp/index_en/
Japanese:http://www.sraoss.co.jp

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Richard Guo 2025-08-20 01:29:03 Re: Reduce "Var IS [NOT] NULL" quals during constant folding
Previous Message Xuneng Zhou 2025-08-20 01:01:12 Re: Possible inaccurate description of wal_compression in docs