Re: About "Our CLUSTER implementation is pessimal" patch - Mailing list pgsql-hackers

From Tom Lane
Subject Re: About "Our CLUSTER implementation is pessimal" patch
Date
Msg-id 4251.1264183768@sss.pgh.pa.us
Whole thread Raw
In response to Re: About "Our CLUSTER implementation is pessimal" patch  (Leonardo F <m_lists@yahoo.it>)
List pgsql-hackers
Leonardo F <m_lists@yahoo.it> writes:
> Would it make sense to use
> FormIndexDatum
> to get the index value to be used by tuplesort?

That would probably work.  You might want to look at the code associated
with the recently-added exclusion constraint feature; that also has a
need to reproduce index entries sometimes.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: attoptions
Next
From: David E. Wheeler
Date:
Subject: Review: listagg aggregate