Re: Allow elog_node_display() to show INSERTs - Mailing list pgsql-patches

From Tom Lane
Subject Re: Allow elog_node_display() to show INSERTs
Date
Msg-id 7039.1179346854@sss.pgh.pa.us
Whole thread Raw
In response to Allow elog_node_display() to show INSERTs  ("Karl O. Pinc" <kop@meme.com>)
Responses Re: Allow elog_node_display() to show INSERTs  ("Karl O. Pinc" <kop@meme.com>)
List pgsql-patches
"Karl O. Pinc" <kop@meme.com> writes:
> I just made this patch so I could debug and otherwise
> poke around.
> It allows elog_node_display() and friends to show
> INSERT parse trees.

This seems rather pointless unless we were going to undertake to make
outfuncs.c support *all* raw-grammar node types.

[ looks... ]  The comment at the head of that file suggests that we do,
but obviously we don't.  How many other node types would need to be
added to make the coverage complete?  Is it worth the trouble?

            regards, tom lane

pgsql-patches by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: [DOCS] Autovacuum and XID wraparound
Next
From: "Karl O. Pinc"
Date:
Subject: Re: Allow elog_node_display() to show INSERTs