debugging tools inside postgres - Mailing list pgsql-hackers

From HuangQi
Subject debugging tools inside postgres
Date
Msg-id BANLkTindKuQm+Qh+dSoqbW0UD3USyg+Cvw@mail.gmail.com
Whole thread Raw
Responses Re: debugging tools inside postgres
Re: debugging tools inside postgres
List pgsql-hackers
Hi, 
   I'm trying to debug a modification for the query planner. But I found it seems the data structure of my planned query is incorrect. I was trying to print out the data structure by use the "p" command in gdb which is quite inconvenient and takes time. May I know is there any embedded function in postgres to print out the node data structures, or any other plan related data structures? Thanks.

--
Best Regards
Huang Qi Victor

pgsql-hackers by date:

Previous
From: Mark Kirkwood
Date:
Subject: Re: Re: patch review : Add ability to constrain backend temporary file space
Next
From: Heikki Linnakangas
Date:
Subject: Re: WIP: Fast GiST index build