Re: [PATCH] Correct RangeTblEntry.join_using_alias comment to reflect field order - Mailing list pgsql-hackers

From Richard Guo
Subject Re: [PATCH] Correct RangeTblEntry.join_using_alias comment to reflect field order
Date
Msg-id CAMbWs4_=RQN+KxuPvBa1XPYCbd6DbiuGzdeLQ6=TaC=3gRBfOw@mail.gmail.com
Whole thread Raw
In response to [PATCH] Correct RangeTblEntry.join_using_alias comment to reflect field order  (Steve Lau <stevelauc@outlook.com>)
Responses Re: [PATCH] Correct RangeTblEntry.join_using_alias comment to reflect field order
List pgsql-hackers
On Sun, Sep 21, 2025 at 11:54 PM Steve Lau <stevelauc@outlook.com> wrote:
> Found a tiny incorrect comment of RangeTblEntry, field "alias" is actually above "join_using_alias", so the code
commentcould 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)
inthat it does not hide the 

Nice catch.  Will push the patch.

- Richard



pgsql-hackers by date:

Previous
From: Chao Li
Date:
Subject: Fix wrong filename in header comment of gin_tuple.h
Next
From: Richard Guo
Date:
Subject: Re: Fix wrong filename in header comment of gin_tuple.h