On Wed, May 13, 2015 at 2:44 PM, Peter Geoghegan <[email protected]> wrote: > On Wed, May 13, 2015 at 11:40 AM, Robert Haas <[email protected]> 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 -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
