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
-
Fix missing outfuncs.c support for IncrementalSortPath.
- a095e04f63a4 13.2 landed
- 8286223f3d82 14.0 landed