Обсуждение: pgsql: Fix thinko in matview patch.

Поиск
Список
Период
Сортировка

pgsql: Fix thinko in matview patch.

От
Tom Lane
Дата:
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(-)