]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix oversights in flatten_tlistentry and replace_clause_joinvar_refs
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 6 May 1999 23:07:33 +0000 (23:07 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 6 May 1999 23:07:33 +0000 (23:07 +0000)
commitec1f5f78b9ad9932073a9a054205c480155654ca
tree891f8152a83396295b8fb5db738033ce85bf5aa2
parent5729c3503dc45bf4a30dba7a522163cbd9cae548
Fix oversights in flatten_tlistentry and replace_clause_joinvar_refs
that led to CASE expressions not working very well in joined queries.
src/backend/optimizer/plan/setrefs.c
src/backend/optimizer/util/tlist.c