Fix misleading comment in RangeTblEntry
authorRichard Guo <rguo@postgresql.org>
Mon, 22 Sep 2025 01:04:39 +0000 (10:04 +0900)
committerRichard Guo <rguo@postgresql.org>
Mon, 22 Sep 2025 01:04:39 +0000 (10:04 +0900)
commite3a0304eba2813821f3db8ab9d45fc584c23575b
tree0dc822b08954ac2c0d5f2367d47a7df33988d9c5
parent293a3286d764df15d834fe5ac3bac4dc513817e7
Fix misleading comment in RangeTblEntry

The comment describing join_using_alias incorrectly referred to the
alias field as being defined "below", when it actually appears earlier
in the RangeTblEntry struct.  This patch fixes that.

Author: Steve Lau <stevelauc@outlook.com>
Reviewed-by: Chao Li <li.evan.chao@gmail.com>
Discussion: https://postgr.es/m/TYWPR01MB10612B020C33FD08F729415CEB613A@TYWPR01MB10612.jpnprd01.prod.outlook.com
src/include/nodes/parsenodes.h