Re: Lots of incorrect comments in nodeFuncs.c - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Lots of incorrect comments in nodeFuncs.c
Date
Msg-id YG+zcQrfr1veK23/@paquier.xyz
Whole thread Raw
In response to Re: Lots of incorrect comments in nodeFuncs.c  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Responses Re: Lots of incorrect comments in nodeFuncs.c  (David Rowley <dgrowleyml@gmail.com>)
List pgsql-hackers
On Thu, Apr 08, 2021 at 09:21:30PM -0400, Alvaro Herrera wrote:
> On 2021-Apr-08, Tom Lane wrote:
>> Maybe like
>>
>>                 case T_ScalarArrayOpExpr:
>>                     /* ScalarArrayOpExpr's result is boolean ... */
>>                     coll = InvalidOid;      /* ... so it has no collation */
>>                     break;
>
> This is much clearer, yeah.

+1.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Bharath Rupireddy
Date:
Subject: Re: TRUNCATE on foreign table
Next
From: Michael Paquier
Date:
Subject: Re: Simplify backend terminate and wait logic in postgres_fdw test