pgsql: Improve comment - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Improve comment
Date
Msg-id E1rnYHb-0053DD-CK@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Improve comment

Clarify that RangeTblEntry.lateral reflects whether LATERAL was
specified in the statement (as opposed to whether lateralness is
implicit).  Also, the list of applicable entry types was incomplete.

Reviewed-by: Andrew Dunstan <andrew@dunslane.net>
Discussion: https://www.postgresql.org/message-id/flat/4b27fc50-8cd6-46f5-ab20-88dbaadca645@eisentraut.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1e1eb12c25c3c38d7ff70809f958e75598ec14e2

Modified Files
--------------
src/include/nodes/parsenodes.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Remove obsolete comment
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Reformat some node comments