pgsql: Fix assertion failure for REFRESH MATERIALIZED VIEW in PL.

From: Kevin Grittner <kgrittn(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix assertion failure for REFRESH MATERIALIZED VIEW in PL.
Date: 2013-04-24 13:46:08
Message-ID: E1UV01Q-0004Hd-0Z@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix assertion failure for REFRESH MATERIALIZED VIEW in PL.

This was due to incomplete implementation of rowcount reporting
for RMV, which was due to initial waffling on whether it should
be provided. It seems unlikely to be a useful or universally
available number as more sophisticated techniques for maintaining
matviews are added, so remove the partial support rather than
completing it.

Per report of Jeevan Chalke, but with a different fix

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/63e20041a2b5f98fdfe6b32af9550ca54ff8649f

Modified Files
--------------
src/backend/executor/spi.c | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2013-04-24 16:15:27 pgsql: Add missing #include.
Previous Message Simon Riggs 2013-04-24 11:49:32 pgsql: Make fast promotion the default promotion mode.