Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1e1eb12

Browse files
committed
Improve comment
Clarify that RangeTblEntry.lateral reflects whether LATERAL wasspecified in the statement (as opposed to whether lateralness isimplicit). 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
1 parent83d8065 commit1e1eb12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/include/nodes/parsenodes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1197,7 +1197,7 @@ typedef struct RangeTblEntry
11971197
*/
11981198
Alias*alias;/* user-written alias clause, if any */
11991199
Alias*eref;/* expanded reference names */
1200-
boollateral;/*subquery, function, or values isLATERAL? */
1200+
boollateral;/*wasLATERAL specified? */
12011201
boolinFromCl;/* present in FROM clause? */
12021202
List*securityQuals;/* security barrier quals to apply, if any */
12031203
}RangeTblEntry;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp