pgsql: Improve comment

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Improve comment
Дата
Msg-id E1rnYHb-0053DD-CK@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Remove obsolete comment
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Reformat some node comments