OSDN Git Service

Fix oversight in recent change of representation for JOIN alias
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 15 Apr 2002 06:05:49 +0000 (06:05 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 15 Apr 2002 06:05:49 +0000 (06:05 +0000)
commit3767970cbf2d07a4e90500ebab105424d19c415e
tree2b705de8a2da86beccc4e4d94b1477a2b64541ba
parent71dc300a375f4932693b064b161a400448c9bc2e
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.
src/backend/parser/parse_clause.c