]> granicus.if.org Git - postgresql/commit
Process withCheckOption exprs in setrefs.c
authorStephen Frost <sfrost@snowman.net>
Tue, 23 Sep 2014 00:22:16 +0000 (20:22 -0400)
committerStephen Frost <sfrost@snowman.net>
Tue, 23 Sep 2014 00:22:16 +0000 (20:22 -0400)
commitc4bee09c0e1fc7fb2281ba1e125ab17c5e9a20e7
tree8b25fd9771801b20283c2ee9bddec7f8128282a2
parente3e065d3779d82640e93298c06106c16c1948090
Process withCheckOption exprs in setrefs.c

While withCheckOption exprs had been handled in many cases by
happenstance, they need to be handled during set_plan_references and
more specifically down in set_plan_refs for ModifyTable plan nodes.
This is to ensure that the opfuncid's are set for operators referenced
in the withCheckOption exprs.

Identified as an issue by Thom Brown

Patch by Dean Rasheed

Back-patch to 9.4, where withCheckOption was introduced.
src/backend/optimizer/plan/setrefs.c
src/test/regress/expected/updatable_views.out
src/test/regress/sql/updatable_views.sql