Repair list-vs-node confusion that resulted in failure for INNER JOIN ON.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 12 May 2000 01:33:56 +0000 (01:33 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 12 May 2000 01:33:56 +0000 (01:33 +0000)
commit01911c98db504902eac08abe71c96d592dae4bd5
treec22ce5800154f5f91d6d0b26f7a58faff91be9f9
parent4624b84cf2ced3948bb6d5612130c11559192f48
Repair list-vs-node confusion that resulted in failure for INNER JOIN ON.
Make it behave correctly when there are more than two tables being
joined, also.  Update regression test expected outputs.
src/backend/parser/parse_clause.c
src/include/parser/parse_node.h
src/test/regress/expected/join.out