]> granicus.if.org Git - postgresql/commit
Remove relcache entry invalidation in REFRESH MATERIALIZED VIEW.
authorKevin Grittner <kgrittn@postgresql.org>
Sun, 18 Aug 2013 21:19:22 +0000 (16:19 -0500)
committerKevin Grittner <kgrittn@postgresql.org>
Sun, 18 Aug 2013 21:19:22 +0000 (16:19 -0500)
commit28154bb23b8f4a080c030b4f326e3a6fd351f9c8
tree9862d719337303434a3dd84b462d02463831d914
parentfe885c6e36667f2fbbf98d1f2f9657ee32acb1c1
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