Tzahi Fadida <[EMAIL PROTECTED]> 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
---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match