Re: Fix comments in execTuples.c - Mailing list pgsql-hackers

From cca5507
Subject Re: Fix comments in execTuples.c
Date
Msg-id tencent_11A0DAE01424191F3CA58378BBDCD0D94207@qq.com
Whole thread Raw
In response to Re: Fix comments in execTuples.c  (Ashutosh Bapat <ashutosh.bapat.oss@gmail.com>)
List pgsql-hackers
Hi Ashutosh,

> Those lines in the comment advise the caller. We need them there. They
> do not describe the behaviour of the function, at least directly, as
> you seem to be assuming.
>
>
> See comment in store_returning_result() for example.

Oh yeah, you are right. Thank you for pointing it out!

--
Regards,
ChangAo Chen

pgsql-hackers by date:

Previous
From: Bertrand Drouvot
Date:
Subject: Re: Remove useless casting to the same type
Next
From: Mihail Nikalayeu
Date:
Subject: Re: Revisiting {CREATE INDEX, REINDEX} CONCURRENTLY improvements