Initialization of ResultTupleSlot in AppendNode

From: Amit Kapila <amit(dot)kapila(at)huawei(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Initialization of ResultTupleSlot in AppendNode
Date: 2011-09-14 12:11:05
Message-ID: 37CAAB7A7AC5474C81D515E9957743A8@china.huawei.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi All,

I observed that during initialization of planstate for Append Node, we
allocate ResulttupleSlot, however it is used only to send NULL slot indicate
no more tuples.

Is it right or there is any other purpose of it?

Amit

****************************************************************************
***********
This e-mail and attachments contain confidential information from HUAWEI,
which is intended only for the person or entity whose address is listed
above. Any use of the information contained herein in any way (including,
but not limited to, total or partial disclosure, reproduction, or
dissemination) by persons other than the intended recipient's) is
prohibited. If you receive this e-mail in error, please notify the sender by
phone or email immediately and delete it!

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2011-09-14 12:12:15 Re: WIP: Fast GiST index build
Previous Message Robert Haas 2011-09-14 12:07:26 Re: augmenting MultiXacts to improve foreign keys