]> granicus.if.org Git - postgresql/commit
Revert unnecessary change in MV call to checkRuleResultList().
authorKevin Grittner <kgrittn@postgresql.org>
Thu, 14 Mar 2013 18:59:52 +0000 (13:59 -0500)
committerKevin Grittner <kgrittn@postgresql.org>
Thu, 14 Mar 2013 18:59:52 +0000 (13:59 -0500)
commitfb60e7296c2cf15195802b4596496b179bdc905a
treeff3ff40b31073be456ed03d61914dc0c87f975dc
parent8d7ff13ed5626ecdac2bb0b356445ff4192810aa
Revert unnecessary change in MV call to checkRuleResultList().

Due to a misreading of the function's comment block, there was an
unneeded change to a call in rewriteDefine.c.  There is, in fact
no reason to pass false for a MV; it should be true just like a
view.

Fixes issue pointed out by Tom Lane
src/backend/rewrite/rewriteDefine.c