Thinko/typo in ExecSimpleRelationInsert

From: Ashutosh Bapat <ashutosh(dot)bapat(at)enterprisedb(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Thinko/typo in ExecSimpleRelationInsert
Date: 2018-06-26 09:42:36
Message-ID: CAFjFpRcHhNhXdegyJv3KKDWrwO1_NB_KYZM_ZSDeMOZaL1A5jQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
0002-Fix-a-thinko-typo-in-ExecSimpleRelationInsert.patch text/x-patch 1000 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2018-06-26 09:46:43 Re: We still claim "cannot begin/end transactions in PL/pgSQL"
Previous Message Vik Fearing 2018-06-26 09:24:17 Re: Constraint documentation