support IncrementalSortPath type in outNode()

Started by Hou, Zhijieover 5 years ago2 messageshackers
Jump to latest
#1Hou, Zhijie
houzj.fnst@cn.fujitsu.com

Hi,

I found IncrementalSortPath type is not analyzed in outNode.
It does not matter during runtime though.

Just for the convenience of debugging,
when debug by gdb, we can use "call pprint(incresortpath)" to list the node info.

So I try to support IncrementalSortPath in outNode.

Best regards,
houzj

Attachments:

0001-support-incremental-sort-in-outnode.patchapplication/octet-stream; name=0001-support-incremental-sort-in-outnode.patchDownload+21-3
#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Hou, Zhijie (#1)
Re: support IncrementalSortPath type in outNode()

"Hou, Zhijie" <houzj.fnst@cn.fujitsu.com> writes:

I found IncrementalSortPath type is not analyzed in outNode.

Indeed, that's supposed to be supported. Pushed, thanks for the patch!

regards, tom lane