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

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема pgsql: Revert unnecessary change in MV call to checkRuleResultList().
Дата
Msg-id E1UGDPi-0007ru-Fe@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Kevin Grittner
Дата:
Сообщение: pgsql: Add regression test for MV join to view.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Avoid inserting no-op Limit plan nodes.