[PATCH] Correct RangeTblEntry.join_using_alias comment to reflect field order
Steve Lau <stevelauc@outlook.com>
From: Steve Lau <stevelauc@outlook.com>
To: pgsql-hackers@postgresql.org
Date: 2025-09-21T14:48:33Z
Lists: pgsql-hackers
Attachments
- v1-0001-Correct-RangeTblEntry.join_using_alias-comment-to-re.patch (application/octet-stream) patch v1-0001
Hi hackers! Found a tiny incorrect comment of RangeTblEntry, field "alias" is actually above "join_using_alias", so the code comment could be updated to reflect the current field order: > join_using_alias is an alias clause attached directly to JOIN/USING. It is different from the alias field (below) in that it does not hide the Regards, steve
Commits
-
Fix misleading comment in RangeTblEntry
- e3a0304eba28 19 (unreleased) landed