]> granicus.if.org Git - postgresql/commit
Fix assertion failure for REFRESH MATERIALIZED VIEW in PL.
authorKevin Grittner <kgrittn@postgresql.org>
Wed, 24 Apr 2013 13:39:06 +0000 (08:39 -0500)
committerKevin Grittner <kgrittn@postgresql.org>
Wed, 24 Apr 2013 13:39:06 +0000 (08:39 -0500)
commit63e20041a2b5f98fdfe6b32af9550ca54ff8649f
treea27aca8c65fc26fb462b56adb0b5e16cc1bcd473
parent2317a63328cd9d1c22d02218c6959f340b63d98f
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
src/backend/executor/spi.c