Re: lifetime of TubleTableSlot* returned by ExecProcNode - Mailing list pgsql-hackers

From Tom Lane
Subject Re: lifetime of TubleTableSlot* returned by ExecProcNode
Date
Msg-id 3907.1229087587@sss.pgh.pa.us
Whole thread Raw
In response to lifetime of TubleTableSlot* returned by ExecProcNode  ("Bramandia Ramadhana" <bramandia@gmail.com>)
Responses Re: lifetime of TubleTableSlot* returned by ExecProcNode  ("Bramandia Ramadhana" <bramandia@gmail.com>)
List pgsql-hackers
"Bramandia Ramadhana" <bramandia@gmail.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


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Updates of SE-PostgreSQL 8.4devel patches (r1268)
Next
From: "Ian Caulfield"
Date:
Subject: Re: WIP: default values for function parameters