pgsql: Remove relcache entry invalidation in REFRESH MATERIALIZED VIEW. - Mailing list pgsql-committers

From Kevin Grittner
Subject pgsql: Remove relcache entry invalidation in REFRESH MATERIALIZED VIEW.
Date
Msg-id E1VBAUt-0000rd-Nf@gemulon.postgresql.org
Whole thread Raw
List 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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/28154bb23b8f4a080c030b4f326e3a6fd351f9c8

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


pgsql-committers by date:

Previous
From: Kevin Grittner
Date:
Subject: pgsql: Remove relcache entry invalidation in REFRESH MATERIALIZED VIEW.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Translation updates