Re: Errors with temporary tables - Mailing list pgsql-general

From Tom Lane
Subject Re: Errors with temporary tables
Date
Msg-id 13797.1132846228@sss.pgh.pa.us
Whole thread Raw
In response to Errors with temporary tables  (Alexander Presber <aljoscha@weisshuhn.de>)
Responses Re: Errors with temporary tables  (Jens Wendelmuth <jw@weisshuhn.de>)
List pgsql-general
Alexander Presber <aljoscha@weisshuhn.de> writes:
> We encounter the following two strange errormessages when working
> with temporary tables.

> 1) ERROR:  duplicate key violates unique constraint
> "pg_type_typname_nsp_index"
> 2) ERROR:  tuple concurrently updated

The first of these looks like the same problem we've seen reported
before of a table's rowtype not getting dropped when the table is
dropped.  The second one is new though.  Can you reproduce it?
If so, a debugger backtrace from the errfinish() call would be very
helpful.

            regards, tom lane

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: "invalid page header in block 597621 of relation..."error
Next
From: Berend Tober
Date:
Subject: Function name variable within a non-trigger function