Re: Inconsistency in Output function of MergeJoin

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: Inconsistency in Output function of MergeJoin
Дата
Msg-id CA+TgmoYc5Tgs71pMuo7vBWUfg7MZjsRh84qoWM3XRkG1Eq-dwQ@mail.gmail.com
обсуждение исходный текст
Ответ на Inconsistency in Output function of MergeJoin  (Amit Kapila <amit.kapila16@gmail.com>)
Список pgsql-hackers
On Wed, Sep 23, 2015 at 5:56 AM, Amit Kapila <amit.kapila16@gmail.com> wrote:
> While working on read functions for plan nodes (required for
> parallelism), it has been observed [1] by KaiGai and separately
> by me that function _outMergeJoin(), appends boolean in a
> slightly different way as compare to other out functions like
> _outSort().  Is there a reason of doing so which is is not apparent
> from code or comments?
>
> Attached patch makes _outMergeJoin() consistent with other _out
> functions which appends boolean to string.

Seems right to me.  I'll go commit this.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: [PATCH] Refactoring of LWLock tranches
Следующее
От: Robert Haas
Дата:
Сообщение: Re: unclear about row-level security USING vs. CHECK