Re: Thinko/typo in ExecSimpleRelationInsert - Mailing list pgsql-hackers

From Ashutosh Bapat
Subject Re: Thinko/typo in ExecSimpleRelationInsert
Date
Msg-id CAFjFpRdA6j6vfBNxrDPtHotyo2+zY=odRZWENoH_7Zs6h2pJWQ@mail.gmail.com
Whole thread Raw
In response to Thinko/typo in ExecSimpleRelationInsert  (Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>)
Responses Re: Thinko/typo in ExecSimpleRelationInsert
List 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

Attachment

pgsql-hackers by date:

Previous
From: Masahiko Sawada
Date:
Subject: Re: [HACKERS] GUC for cleanup indexes threshold.
Next
From: Kyotaro HORIGUCHI
Date:
Subject: Re: Small fixes about backup history file in doc and pg_standby