pgsql: Remove Assert that matview is not in system schema from REFRESH. - Mailing list pgsql-committers

From Kevin Grittner
Subject pgsql: Remove Assert that matview is not in system schema from REFRESH.
Date
Msg-id E1V9f8b-0001Qw-67@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/85052376a8cc4bbbfc08a50ca3bd137c1e3cda9a

Modified Files
--------------
src/backend/commands/matview.c |    6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)


pgsql-committers by date:

Previous
From: Kevin Grittner
Date:
Subject: pgsql: Remove Assert that matview is not in system schema from REFRESH.
Next
From: Bruce Momjian
Date:
Subject: pgsql: docs: document TRIM "comma" syntax