Re: Abbreviated keys for Datum tuplesort (was: Re: B-Tree support function number 3 (strxfrm() optimization)) - Mailing list pgsql-hackers

From Peter Geoghegan
Subject Re: Abbreviated keys for Datum tuplesort (was: Re: B-Tree support function number 3 (strxfrm() optimization))
Date
Msg-id CAM3SWZQd3sec9xiPsXSJCZ77HuNi7i1cLVJhr8mY9ChZgf4L2Q@mail.gmail.com
Whole thread Raw
In response to Re: Abbreviated keys for Datum tuplesort (was: Re: B-Tree support function number 3 (strxfrm() optimization))  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: Abbreviated keys for Datum tuplesort (was: Re: B-Tree support function number 3 (strxfrm() optimization))  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
On Wed, May 13, 2015 at 11:40 AM, Robert Haas <robertmhaas@gmail.com> wrote:
> Committed.  Thanks for the patch and your patience.

This comment was not updated:

/** The sortKeys variable is used by every case other than the datum and* hash index cases; it is set by
tuplesort_begin_xxx. tupDesc is only* used by the MinimalTuple and CLUSTER routines, though.*/
 
TupleDesc tupDesc;
SortSupport sortKeys; /* array of length nKeys */



-- 
Peter Geoghegan



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Abbreviated keys for Datum tuplesort (was: Re: B-Tree support function number 3 (strxfrm() optimization))
Next
From: Sawada Masahiko
Date:
Subject: Re: Proposal : REINDEX xxx VERBOSE