pgsql: Fix assertion failure for REFRESH MATERIALIZED VIEW in PL. - Mailing list pgsql-committers

From Kevin Grittner
Subject pgsql: Fix assertion failure for REFRESH MATERIALIZED VIEW in PL.
Date
Msg-id E1UV01Q-0004Hd-0Z@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Simon Riggs
Date:
Subject: pgsql: Make fast promotion the default promotion mode.
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Add missing #include.