On Wed, May 13, 2015 at 2:44 PM, Peter Geoghegan <pg(at)heroku(dot)com> wrote:
> On Wed, May 13, 2015 at 11:40 AM, Robert Haas <robertmhaas(at)gmail(dot)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