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

From Ashutosh Bapat
Subject Re: Thinko/typo in ExecSimpleRelationInsert
Date
Msg-id CAFjFpRecoab=qpjOeSZ1Qf5tH3GvY+JrExqay-_hB+XYWQGSFQ@mail.gmail.com
Whole thread Raw
In response to Re: Thinko/typo in ExecSimpleRelationInsert  (Amit Kapila <amit.kapila16@gmail.com>)
Responses Re: Thinko/typo in ExecSimpleRelationInsert
List pgsql-hackers
On Wed, Jun 27, 2018 at 11:24 AM, Amit Kapila <amit.kapila16@gmail.com> wrote:
>>
>> I don't understand what do you mean by consistent. Do you mean to say
>> that current usage " Store the slot into tuple ... " is correct?
>>
>
> Oh no,  I was talking about replacing it with below comment which is
> used at other places in the code.
> /*
> * get the heap tuple out of the tuple table slot, making sure we have a
> * writable copy
> */

Probably yes. But I would just correct the usage and grammar.

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


pgsql-hackers by date:

Previous
From: Rajkumar Raghuwanshi
Date:
Subject: Re: unexpected relkind: 73 ERROR with partition table index
Next
From: Amit Langote
Date:
Subject: Re: partitioning - changing a slot's descriptor is expensive