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

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: patch for between symmetric, asymmetric (from TODO)
Дата
Msg-id 200506011509.32853.peter_e@gmx.net
обсуждение исходный текст
Ответ на patch for between symmetric, asymmetric (from TODO)  (Pavel Stehule <stehule@kix.fsv.cvut.cz>)
Ответы Re: patch for between symmetric, asymmetric (from TODO)  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: patch for between symmetric, asymmetric (from TODO)  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Список pgsql-patches
Pavel Stehule wrote:
>     I did task from TODO: Add BETWEEN ASYMMETRIC/SYMMETRIC.

The implementation in this patch has the same problems as all the
previously rejected attempts: it evaluates its arguments twice.  You
need to make BETWEEN SYMMETRIC into a separate node type that evaluates
each argument only once.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

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

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