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

From: Kevin Grittner <kgrittn(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove Assert that matview is not in system schema from REFRESH.
Date: 2013-08-14 17:45:37
Message-ID: E1V9f8b-0001Qt-4J@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/e2cd368678e6bcf95d0f66c12e470d163b7a27b6

Modified Files
--------------
src/backend/commands/matview.c | 3 ---
1 file changed, 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2013-08-14 21:26:42 pgsql: docs: document TRIM "comma" syntax
Previous Message Peter Eisentraut 2013-08-14 00:20:43 pgsql: Update Emacs configuration