Re: Materialized view assertion failure in HEAD - Mailing list pgsql-hackers

From Kevin Grittner
Subject Re: Materialized view assertion failure in HEAD
Date
Msg-id 1362492676.17747.YahooMailNeo@web162904.mail.bf1.yahoo.com
Whole thread Raw
In response to Materialized view assertion failure in HEAD  (Joachim Wieland <joe@mcknight.de>)
Responses Re: Materialized view assertion failure in HEAD  (Joachim Wieland <joe@mcknight.de>)
List pgsql-hackers
Joachim Wieland <joe@mcknight.de> wrote:

> I'm getting an assertion failure in HEAD with materialized views, see
> below for backtrace.
>
> To reproduce, just run make installcheck, dump the regression database
> and then restore it, the server crashes during restore.

> #2  0x0000000000888429 in ExceptionalCondition (
>   conditionName=0xa0c840 "!(!matviewRel->rd_rel->relhasoids)",
>   errorType=0xa0c78a "FailedAssertion", fileName=0xa0c780 "matview.c",
>   lineNumber=135) at assert.c:54

Will investigate.

You don't have default_with_oids = on, do you?

--
Kevin Grittner
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: Re: Proposal for Allow postgresql.conf values to be changed via SQL [review]
Next
From: Dean Rasheed
Date:
Subject: Re: Re: proposal: a width specification for s specifier (format function), fix behave when positional and ordered placeholders are used