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 Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/fb60e7296c2cf15195802b4596496b179bdc905a Modified Files -------------- src/backend/rewrite/rewriteDefine.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
