]> granicus.if.org Git - postgresql/commit
Remove Assert that matview is not in system schema from REFRESH.
authorKevin Grittner <kgrittn@postgresql.org>
Wed, 14 Aug 2013 17:36:55 +0000 (12:36 -0500)
committerKevin Grittner <kgrittn@postgresql.org>
Wed, 14 Aug 2013 17:36:55 +0000 (12:36 -0500)
commite2cd368678e6bcf95d0f66c12e470d163b7a27b6
treee5245e65ed31b340c53f2801e664ea34757a9c9c
parent5e3e8e4daaefba47ad7a8b82320531992470b5df
Remove Assert that matview is not in system schema from REFRESH.

We don't want to prevent an extension which creates a matview from
being installed in pg_catalog.

Issue was raised by Hitoshi Harada.
Backpatched to 9.3.
src/backend/commands/matview.c