pgsql: Fix thinko in matview patch. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix thinko in matview patch.
Date
Msg-id E1UF59L-0000YI-Oy@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix race condition in DELETE RETURNING.
Next
From: Tom Lane
Date:
Subject: pgsql: Avoid generating bad remote SQL for INSERT ... DEFAULT VALUES.