Fix thinko in matview patch.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 11 Mar 2013 16:00:24 +0000 (12:00 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 11 Mar 2013 16:00:24 +0000 (12:00 -0400)
commit41eef0ff75c3ea905513ae46f795c0409635fac8
tree84a7b63f2590d668c5bf8f23afc2a99007d58fb9
parent38fb4d978c5bfc377ef979e2595e3472744a3b05
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.
src/backend/rewrite/rewriteHandler.c