]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Repair faulty plan generation in cases where we choose to implement an
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 18 Jan 2004 00:31:53 +0000 (00:31 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 18 Jan 2004 00:31:53 +0000 (00:31 +0000)
commit9933ba3f67d3690b69af7ad65a0e86a09a967b9b
tree4d0cb96805ad823980cad6e7599d91da35cfb4e2
parent9575c7af6c127baa846368809a25d8f51e4c92e4
Repair faulty plan generation in cases where we choose to implement an
IN clause by mergejoin, and a type coercion is needed just above the subplan.
A more extensive patch will follow in HEAD.
src/backend/optimizer/plan/createplan.c