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

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: Abbreviated keys for Datum tuplesort (was: Re: B-Tree support function number 3 (strxfrm() optimization))
Дата
Msg-id CAM3SWZQd3sec9xiPsXSJCZ77HuNi7i1cLVJhr8mY9ChZgf4L2Q@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Abbreviated keys for Datum tuplesort (was: Re: B-Tree support function number 3 (strxfrm() optimization))  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: Abbreviated keys for Datum tuplesort (was: Re: B-Tree support function number 3 (strxfrm() optimization))  (Robert Haas <robertmhaas@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Abbreviated keys for Datum tuplesort (was: Re: B-Tree support function number 3 (strxfrm() optimization))
Следующее
От: Sawada Masahiko
Дата:
Сообщение: Re: Proposal : REINDEX xxx VERBOSE