Re: patch for between symmetric, asymmetric (from TODO)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: patch for between symmetric, asymmetric (from TODO)
Дата
Msg-id 14179.1117638888@sss.pgh.pa.us
обсуждение исходный текст
Ответ на patch for between symmetric, asymmetric (from TODO)  (Pavel Stehule <stehule@kix.fsv.cvut.cz>)
Ответы Re: patch for between symmetric, asymmetric (from TODO)  (Pavel Stehule <stehule@kix.fsv.cvut.cz>)
Список pgsql-patches
Pavel Stehule <stehule@kix.fsv.cvut.cz> writes:
>     I did task from TODO: Add BETWEEN ASYMMETRIC/SYMMETRIC.
> this patch is based on Robert's B. Easter work from 2001 year.
> http://archives.postgresql.org/pgsql-patches/2001-01/msg00022.php

IIRC, that patch was rejected at the time because of performance issues
--- the optimizer could not turn it into an indexscan.  I think that
problem may have gone away by now, but did you check?

Also, you neglected to add the new keywords to the right keyword list
(so that they won't be any more reserved than necessary).

Also, a change like this is hardly just in the parser.  Please include
the needed documentation changes.  It's simple enough to probably not
need a regression test, but that's always something to think about when
completing a TODO, too.

            regards, tom lane

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: patch for between symmetric, asymmetric (from TODO)
Следующее
От: Tom Lane
Дата:
Сообщение: Re: patch for between symmetric, asymmetric (from TODO)