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

From Alvaro Herrera
Subject Re: Lots of incorrect comments in nodeFuncs.c
Date
Msg-id 20210409012130.GA32119@alvherre.pgsql
Whole thread Raw
In response to Re: Lots of incorrect comments in nodeFuncs.c  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Lots of incorrect comments in nodeFuncs.c  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
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.

-- 
Álvaro Herrera       Valdivia, Chile



pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: 2019-03 CF now in progress
Next
From: Bharath Rupireddy
Date:
Subject: Re: Simplify backend terminate and wait logic in postgres_fdw test