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

From Mark Thornton
Subject Re: BUG #6685: Concurrency fault in create table
Date
Msg-id 4FD50E5F.3080303@optrak.com
Whole thread Raw
In response to Re: BUG #6685: Concurrency fault in create table  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
On 10/06/12 22:08, Tom Lane wrote:
> mthornton@optrak.com writes:
>> 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".
> You sure that's a 9.1 server?  I can reproduce such an error in older
> releases, but not 9.1.
Ah, now I come to think of it, I do have more than one version here.
I'll recheck which one shows the problem.

Mark

pgsql-bugs by date:

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