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

Kevin Grittner <kgrittn@postgresql.org>

Commit: e2cd368678e6bcf95d0f66c12e470d163b7a27b6
Author: Kevin Grittner <kgrittn@postgresql.org>
Date: 2013-08-14T17:36:55Z
Releases: 9.4.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 +0 −3