Re: Thinko/typo in ExecSimpleRelationInsert

Поиск
Список
Период
Сортировка
От Ashutosh Bapat
Тема Re: Thinko/typo in ExecSimpleRelationInsert
Дата
Msg-id CAFjFpRdA6j6vfBNxrDPtHotyo2+zY=odRZWENoH_7Zs6h2pJWQ@mail.gmail.com
обсуждение исходный текст
Ответ на Thinko/typo in ExecSimpleRelationInsert  (Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>)
Ответы Re: Thinko/typo in ExecSimpleRelationInsert  (Amit Kapila <amit.kapila16@gmail.com>)
Список pgsql-hackers
Looks like we need similar adjustment in ExecSimpleRelationUpdate() as
well. Updated the patch.

On Tue, Jun 26, 2018 at 3:12 PM, Ashutosh Bapat
<ashutosh.bapat@enterprisedb.com> wrote:
> Hi,
> There seems to be a thinko/typo in ExecSimpleRelationInsert(). A tuple
> can never store a slot, but a comment in that function says so. Tried
> to fix it in the patch attached.
>
> --
> Best Wishes,
> Ashutosh Bapat
> EnterpriseDB Corporation
> The Postgres Database Company



-- 
Best Wishes,
Ashutosh Bapat
EnterpriseDB Corporation
The Postgres Database Company

Вложения

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

Предыдущее
От: Masahiko Sawada
Дата:
Сообщение: Re: [HACKERS] GUC for cleanup indexes threshold.
Следующее
От: Kyotaro HORIGUCHI
Дата:
Сообщение: Re: Small fixes about backup history file in doc and pg_standby