]> 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:43:01 +0000 (12:43 -0500)
committerKevin Grittner <kgrittn@postgresql.org>
Wed, 14 Aug 2013 17:43:01 +0000 (12:43 -0500)
commit85052376a8cc4bbbfc08a50ca3bd137c1e3cda9a
treecd92cc330ed3f34cc73c059293ee55d017b8eda0
parent6d8186ff779fd46f0251eb252e7489fd38ab793b
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