| From: | Kevin Grittner <kgrittn(at)ymail(dot)com> |
|---|---|
| To: | Joachim Wieland <joe(at)mcknight(dot)de>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: Materialized view assertion failure in HEAD |
| Date: | 2013-03-15 15:36:00 |
| Message-ID: | 1363361760.66654.YahooMailNeo@web162902.mail.bf1.yahoo.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Joachim Wieland <joe(at)mcknight(dot)de> wrote:
> I'm getting an assertion failure in HEAD with materialized views
> To reproduce, just run make installcheck, dump the regression
> database and then restore it, the server crashes during restore.
I failed to touch everything necessary to prevent MVs from having
OIDs. This patch fixes the reported problem, and doesn't leave any
gaps as far as I know; but I will do additional review to try to
catch any other omissions. I figured I should address the reported
problem now, though.
Will push later today if there are no objections.
--
Kevin Grittner
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
| Attachment | Content-Type | Size |
|---|---|---|
| matview-nooids-fix.patch | text/x-patch | 1.4 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2013-03-15 15:47:51 | Re: Materialized view assertion failure in HEAD |
| Previous Message | Tom Lane | 2013-03-15 15:00:38 | Re: [v9.3] writable foreign tables |