Re: BUG #6685: Concurrency fault in create table - Mailing list pgsql-bugs

From Craig Ringer
Subject Re: BUG #6685: Concurrency fault in create table
Date
Msg-id 4FD48412.9040804@ringerc.id.au
Whole thread Raw
In response to BUG #6685: Concurrency fault in create table  (mthornton@optrak.com)
List pgsql-bugs
On 06/10/2012 06:25 PM, mthornton@optrak.com wrote:
> The following bug has been logged on the website:
>
> Bug reference:      6685
> Logged by:          Mark Thornton
> Email address:      mthornton@optrak.com
> PostgreSQL version: 9.1.4
> Operating system:   Ubuntu 12.04
> Description:
>
> Executing
> create table child_a () inherits (parent)
> create table child_b () inherits (parent)
>
> concurrently (two separate connections) results in an error "concurrent
> tuple update".

Please copy and paste the full error message.

Which application are you using? psql directly? Something else?

--
Craig Ringer

pgsql-bugs by date:

Previous
From: mthornton@optrak.com
Date:
Subject: BUG #6685: Concurrency fault in create table
Next
From: Tom Lane
Date:
Subject: Re: BUG #6683: dropping a table with a serial column from an extension needs to explicitely drop the associated seq