Fix misleading comment in RangeTblEntry
Richard Guo <rguo@postgresql.org>
Fix misleading comment in RangeTblEntry The comment describing join_using_alias incorrectly referred to the alias field as being defined "below", when it actually appears earlier in the RangeTblEntry struct. This patch fixes that. Author: Steve Lau <stevelauc@outlook.com> Reviewed-by: Chao Li <li.evan.chao@gmail.com> Discussion: https://postgr.es/m/TYWPR01MB10612B020C33FD08F729415CEB613A@TYWPR01MB10612.jpnprd01.prod.outlook.com
Files
| Path | Change | +/− |
|---|---|---|
| src/include/nodes/parsenodes.h | modified | +1 −1 |
Discussion
- [PATCH] Correct RangeTblEntry.join_using_alias comment to reflect field order 5 messages · 2025-09-21 → 2025-09-22