Re: missing tuplestore_gettuple - Mailing list pgsql-hackers

From Tom Lane
Subject Re: missing tuplestore_gettuple
Date
Msg-id 5104.1153241301@sss.pgh.pa.us
Whole thread Raw
In response to missing tuplestore_gettuple  (Tzahi Fadida <Tzahi.ML@gmail.com>)
List pgsql-hackers
Tzahi Fadida <Tzahi.ML@gmail.com> writes:
> In 8.2 the function tuplestore_gettuple in tuplestore.h is either missing or 
> deprecated? can someone shed some light on this?

You need to switch to using tuplestore_gettupleslot.  Note that what
comes back won't have any system columns, because the sort code now
stores MinimalTuples instead of complete HeapTuples.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: [PATCHES] Proposed patch for contrib/cube
Next
From: Tom Lane
Date:
Subject: Re: CSStorm occurred again by postgreSQL8.2. (Re: poor performance with Context Switch Storm at TPC-W.)