Re: support IncrementalSortPath type in outNode()

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: "Hou, Zhijie" <houzj.fnst@cn.fujitsu.com>
Cc: "pgsql-hackers@lists.postgresql.org" <pgsql-hackers@lists.postgresql.org>
Date: 2020-11-30T21:34:29Z
Lists: pgsql-hackers
"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



Commits

  1. Fix missing outfuncs.c support for IncrementalSortPath.