pgsql: Fix thinko in matview patch.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix thinko in matview patch.
Date: 2013-03-11 16:00:31
Message-ID: E1UF59L-0000YI-Oy@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2013-03-11 18:26:28 pgsql: Avoid generating bad remote SQL for INSERT ... DEFAULT VALUES.
Previous Message Tom Lane 2013-03-10 23:19:12 pgsql: Fix race condition in DELETE RETURNING.