Remove Assert that matview is not in system schema from REFRESH.

Kevin Grittner <kgrittn@postgresql.org>

Commit: 85052376a8cc4bbbfc08a50ca3bd137c1e3cda9a
Author: Kevin Grittner <kgrittn@postgresql.org>
Date: 2013-08-14T17:43:01Z
Releases: 9.3.0
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.

Files

PathChange+/−
src/backend/commands/matview.c modified +1 −5