]> granicus.if.org Git - postgresql/commit
Turns out new IN implementation has got some problems in an UPDATE or
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 5 Mar 2003 20:01:04 +0000 (20:01 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 5 Mar 2003 20:01:04 +0000 (20:01 +0000)
commit21591967bc19c749a100fb97ec82f6086ce5cc3c
tree0426cbc4fcca5d99db4338372816e993291293f4
parent147fbf9c6eba1a494c7fcd34227c5809ab39d491
Turns out new IN implementation has got some problems in an UPDATE or
DELETE with inherited target table.  Fix it; add a regression test.
Also, correct ancient misspelling of 'inherited'.
src/backend/nodes/copyfuncs.c
src/backend/nodes/equalfuncs.c
src/backend/optimizer/path/allpaths.c
src/backend/optimizer/plan/planner.c
src/backend/optimizer/prep/prepunion.c
src/include/optimizer/prep.h
src/test/regress/expected/inherit.out
src/test/regress/sql/inherit.sql