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

From Robert Haas
Subject Re: Abbreviated keys for Datum tuplesort (was: Re: B-Tree support function number 3 (strxfrm() optimization))
Date
Msg-id CA+TgmobeZRMi0tri8GLt0gc9dSsRwParX9xyZSjFKf0D0vQcxQ@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))  (Peter Geoghegan <pg@heroku.com>)
List pgsql-hackers
On Wed, May 13, 2015 at 2:44 PM, Peter Geoghegan <pg@heroku.com> wrote:
> 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 */

Oops.  Fixed.  Thanks.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgsql-hackers by date:

Previous
From: Alexander Korotkov
Date:
Subject: Re: KNN-GiST with recheck
Next
From: Robert Haas
Date:
Subject: Re: Proposal : REINDEX xxx VERBOSE