support IncrementalSortPath type in outNode()

From: "Hou, Zhijie" <houzj(dot)fnst(at)cn(dot)fujitsu(dot)com>
To: "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: support IncrementalSortPath type in outNode()
Date: 2020-11-30 09:30:43
Message-ID: 324c4d81d8134117972a5b1f6cdf9560@G08CNEXMBPEKD05.g08.fujitsu.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
0001-support-incremental-sort-in-outnode.patch application/octet-stream 1.4 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message tsunakawa.takay@fujitsu.com 2020-11-30 09:34:57 RE: POC: postgres_fdw insert batching
Previous Message Masahiko Sawada 2020-11-30 09:27:16 Re: [PATCH] BUG FIX: Core dump could happen when VACUUM FULL in standalone mode