CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl@postgresql.org 02/04/15 02:05:49
Modified files:
src/backend/parser: parse_clause.c
Log message:
Fix oversight in recent change of representation for JOIN alias
variables: JOIN/ON should allow references to contained JOINs.
Per bug report from Barry Lind.