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

From Chao Li
Subject Re: Raw parse tree is not dumped to log
Date
Msg-id 983879b0-777c-4854-9cf0-0f4645cd6e1c@gmail.com
Whole thread Raw
In response to Re: Raw parse tree is not dumped to log  (Tatsuo Ishii <ishii@postgresql.org>)
List 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".

Best regards,

--
Chao Li (Evan)
HighGo Software Co., Ltd.
https://www.highgo.com/
Attachment

pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Detect buffer underflow in get_th()
Next
From: Bertrand Drouvot
Date:
Subject: Re: Remove useless pointer advance in StatsShmemInit()