]> granicus.if.org Git - postgresql/commit
Remove relcache entry invalidation in REFRESH MATERIALIZED VIEW.
authorKevin Grittner <kgrittn@postgresql.org>
Sun, 18 Aug 2013 21:24:59 +0000 (16:24 -0500)
committerKevin Grittner <kgrittn@postgresql.org>
Sun, 18 Aug 2013 21:24:59 +0000 (16:24 -0500)
commit5a91ea7a000295a7898f96cad6f0c3c288d41039
tree27a12da999437e75082965213dd746fa5a3fef72
parent7c8de5d3e587a31279771f32291a5d4b94bd2514
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.
src/backend/commands/matview.c