Re: lifetime of TubleTableSlot* returned by ExecProcNode

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Bramandia Ramadhana" <bramandia(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: lifetime of TubleTableSlot* returned by ExecProcNode
Date: 2008-12-12 13:13:07
Message-ID: 3907.1229087587@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Bramandia Ramadhana" <bramandia(at)gmail(dot)com> writes:
> As per title, what is the lifetime of the virtual tuple TupleTableSlot*
> returned by ExecProcNode?

Until you next call that same plan node.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ian Caulfield 2008-12-12 13:14:24 Re: WIP: default values for function parameters
Previous Message Peter Eisentraut 2008-12-12 13:10:28 Re: Updates of SE-PostgreSQL 8.4devel patches (r1268)