[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

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

  1. Fix misleading comment in RangeTblEntry