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 <[email protected]> Reviewed-by: Chao Li <[email protected]> Discussion: https://postgr.es/m/tywpr01mb10612b020c33fd08f729415ceb6...@tywpr01mb10612.jpnprd01.prod.outlook.com Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/e3a0304eba2813821f3db8ab9d45fc584c23575b Modified Files -------------- src/include/nodes/parsenodes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
