Theory of operation of collation patch

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Theory of operation of collation patch
Дата
Msg-id 28252.1299516200@sss.pgh.pa.us
обсуждение исходный текст
Ответы Re: Theory of operation of collation patch  (Peter Eisentraut <peter_e@gmx.net>)
Re: Theory of operation of collation patch  (Martijn van Oosterhout <kleptog@svana.org>)
Re: Theory of operation of collation patch  (Susanne Ebrecht <susanne@2ndQuadrant.com>)
Список pgsql-hackers
Is there any documentation of $SUBJECT?   Because the more I look at
this patch the more I think it's misdesigned; either that or I
fundamentally misunderstand what it's trying to do.  I complained
yesterday about why the planner wasn't using indcollation to identify
the sort order of an index.  I now think that the reason it doesn't
obviously fail to fail is that indcollation is dead code, and so is
approximately 99% of what you added to the planner, because two
expressions that are equal() must necessarily have the same collation
property.  Tracking the collation as a separate property of a pathkey
is thus a useless activity.  If this conclusion isn't correct, please
explain why not.
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Re: [COMMITTERS] pgsql: Efficient transaction-controlled synchronous replication.
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Mark deprecated operators as such in their comments?