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

From Steve Lau
Subject [PATCH] Correct RangeTblEntry.join_using_alias comment to reflect field order
Date
Msg-id TYWPR01MB10612B020C33FD08F729415CEB613A@TYWPR01MB10612.jpnprd01.prod.outlook.com
Whole thread Raw
Responses Re: [PATCH] Correct RangeTblEntry.join_using_alias comment to reflect field order
Re: [PATCH] Correct RangeTblEntry.join_using_alias comment to reflect field order
List 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

pgsql-hackers by date:

Previous
From: Vik Fearing
Date:
Subject: Re: Add notification on BEGIN ATOMIC SQL functions using temp relations
Next
From: Tom Lane
Date:
Subject: Re: Add notification on BEGIN ATOMIC SQL functions using temp relations