pgsql: Remove relcache entry invalidation in REFRESH MATERIALIZED VIEW.

From: Kevin Grittner <kgrittn(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove relcache entry invalidation in REFRESH MATERIALIZED VIEW.
Date: 2013-08-18 21:26:51
Message-ID: E1VBAUt-0000rf-PC@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove relcache entry invalidation in REFRESH MATERIALIZED VIEW.

This was added as part of the attempt to support unlogged matviews
along with a populated status. It got missed when unlogged
support was removed pre-commit.

Noticed by Noah Misch. Back-patched to 9.3 branch.

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/5a91ea7a000295a7898f96cad6f0c3c288d41039

Modified Files
--------------
src/backend/commands/matview.c | 2 --
1 file changed, 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2013-08-19 03:41:42 pgsql: Translation updates
Previous Message Peter Eisentraut 2013-08-18 02:01:49 pgsql: libpq: Report strerror on pthread_mutex_lock() failure