support IncrementalSortPath type in outNode()
Hou, Zhijie <houzj.fnst@cn.fujitsu.com>
From: "Hou, Zhijie" <houzj.fnst@cn.fujitsu.com>
To: "pgsql-hackers@lists.postgresql.org" <pgsql-hackers@lists.postgresql.org>
Date: 2020-11-30T09:30:43Z
Lists: pgsql-hackers
Attachments
- 0001-support-incremental-sort-in-outnode.patch (application/octet-stream) patch 0001
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
Commits
-
Fix missing outfuncs.c support for IncrementalSortPath.
- a095e04f63a4 13.2 landed
- 8286223f3d82 14.0 landed