Inconsistency in Output function of MergeJoin

Поиск
Список
Период
Сортировка
От Amit Kapila
Тема Inconsistency in Output function of MergeJoin
Дата
Msg-id CAA4eK1JX+43hJe0VFOUPEoctUxZPB0aZGJx_s4RUNqkG+=710g@mail.gmail.com
обсуждение исходный текст
Ответы Re: Inconsistency in Output function of MergeJoin  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
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.
Вложения

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

Предыдущее
От: "Shulgin, Oleksandr"
Дата:
Сообщение: Re: Calculage avg. width when operator = is missing
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: Parallel Seq Scan