Re: missing tuplestore_gettuple

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Tzahi Fadida <Tzahi(dot)ML(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: missing tuplestore_gettuple
Date: 2006-07-18 16:48:21
Message-ID: 5104.1153241301@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tzahi Fadida <Tzahi(dot)ML(at)gmail(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2006-07-18 16:51:53 Re: CSStorm occurred again by postgreSQL8.2. (Re: poor performance with Context Switch Storm at TPC-W.)
Previous Message Andrew Dunstan 2006-07-18 16:35:46 Re: Windows buildfarm support, or lack of it