We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83d8065 commit 1e1eb12Copy full SHA for 1e1eb12
src/include/nodes/parsenodes.h
@@ -1197,7 +1197,7 @@ typedef struct RangeTblEntry
1197
*/
1198
Alias *alias; /* user-written alias clause, if any */
1199
Alias *eref; /* expanded reference names */
1200
- bool lateral; /* subquery, function, or values is LATERAL? */
+ bool lateral; /* was LATERAL specified? */
1201
bool inFromCl; /* present in FROM clause? */
1202
List *securityQuals; /* security barrier quals to apply, if any */
1203
} RangeTblEntry;
0 commit comments