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

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема pgsql: Fix assertion failure for REFRESH MATERIALIZED VIEW in PL.
Дата
Msg-id E1UV01Q-0004Hd-0Z@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Simon Riggs
Дата:
Сообщение: pgsql: Make fast promotion the default promotion mode.
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Add missing #include.