pgsql: Fix thinko in matview patch.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix thinko in matview patch.
Дата
Msg-id E1UF59L-0000YI-Oy@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix thinko in matview patch.

"break" instead of "continue" suppressed view expansion for views appearing
later in the range table.  Per report from Erikjan Rijkers.

While at it, improve the associated comment a bit.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/41eef0ff75c3ea905513ae46f795c0409635fac8

Modified Files
--------------
src/backend/rewrite/rewriteHandler.c |   18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix race condition in DELETE RETURNING.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Avoid generating bad remote SQL for INSERT ... DEFAULT VALUES.