pgsql: Revert unnecessary change in MV call to checkRuleResultList().

From: Kevin Grittner <kgrittn(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Revert unnecessary change in MV call to checkRuleResultList().
Date: 2013-03-14 19:02:06
Message-ID: E1UGDPi-0007ru-Fe@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2013-03-14 19:11:14 pgsql: Avoid inserting no-op Limit plan nodes.
Previous Message Kevin Grittner 2013-03-14 18:37:56 pgsql: Add regression test for MV join to view.