support IncrementalSortPath type in outNode() - Mailing list pgsql-hackers

From Hou, Zhijie
Subject support IncrementalSortPath type in outNode()
Date
Msg-id 324c4d81d8134117972a5b1f6cdf9560@G08CNEXMBPEKD05.g08.fujitsu.local
Whole thread Raw
Responses Re: support IncrementalSortPath type in outNode()  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
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




Attachment

pgsql-hackers by date:

Previous
From: Masahiko Sawada
Date:
Subject: Re: [PATCH] BUG FIX: Core dump could happen when VACUUM FULL in standalone mode
Next
From: "tsunakawa.takay@fujitsu.com"
Date:
Subject: RE: POC: postgres_fdw insert batching