Re: Raw parse tree is not dumped to log
Tatsuo Ishii <ishii@postgresql.org>
From: Tatsuo Ishii <ishii@postgresql.org>
To: li.evan.chao@gmail.com
Cc: pgsql-hackers@postgresql.org
Date: 2025-09-01T02:13:18Z
Lists: pgsql-hackers
Hi Chao Li, >> v5 patch looks good to me. If there's no objection, I plan to push the >> patch in early September. >> > > Hi Tatsuo san, > > Thank you much very for your support. You are welcome. Can you please rebase v5 patch? It does not apply to current master anymore. $ git apply ~/v5-0001-Add-support-for-dumping-raw-parse-tree-with-debug.patch error: patch failed: src/backend/utils/misc/guc_tables.c:1385 error: src/backend/utils/misc/guc_tables.c: patch does not apply Best regards, -- Tatsuo Ishii SRA OSS K.K. English: http://www.sraoss.co.jp/index_en/ Japanese:http://www.sraoss.co.jp
Commits
-
Allow to log raw parse tree.
- 06473f5a344d 19 (unreleased) landed