[PATCH] Correct RangeTblEntry.join_using_alias comment to reflect field order

From: Steve Lau <stevelauc(at)outlook(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: [PATCH] Correct RangeTblEntry.join_using_alias comment to reflect field order
Date: 2025-09-21 14:48:33
Message-ID: TYWPR01MB10612B020C33FD08F729415CEB613A@TYWPR01MB10612.jpnprd01.prod.outlook.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
v1-0001-Correct-RangeTblEntry.join_using_alias-comment-to-re.patch application/octet-stream 1.2 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2025-09-21 14:59:38 Re: Add notification on BEGIN ATOMIC SQL functions using temp relations
Previous Message Vik Fearing 2025-09-21 14:43:51 Re: Add notification on BEGIN ATOMIC SQL functions using temp relations