Simon Riggs <simon(at)2ndQuadrant(dot)com> wrote:
> TRAP: FailedAssertion("!(typeNamespace == typ->typnamespace)", File:
> "pg_type.c", Line: 658)
>
> Test case attached, repeated, consistent failure on CVS HEAD.
I see the same assertion failure on 8.4.2, too.
I'll investigating it...
-- minimum reproducible pattern
drop table if exists footemp;
create temp table footemp (col1 serial, col2 text);
create index footemp_col1_idx on footemp (col1);
cluster footemp using footemp_col1_idx;
Regards,
---
Takahiro Itagaki
NTT Open Source Software Center
In response to
Responses
pgsql-hackers by date
| Next: | From: KaiGai Kohei | Date: 2010-02-02 00:48:42 |
| Subject: Re: [BUG?] strange behavior in ALTER TABLE ... RENAME TO
on inherited columns |
| Previous: | From: Takahiro Itagaki | Date: 2010-02-02 00:33:41 |
| Subject: Re: Largeobject Access Controls (r2460) |