Re: BUG #6685: Concurrency fault in create table

From: Craig Ringer <ringerc(at)ringerc(dot)id(dot)au>
To: mthornton(at)optrak(dot)com
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #6685: Concurrency fault in create table
Date: 2012-06-10 11:25:06
Message-ID: 4FD48412.9040804@ringerc.id.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On 06/10/2012 06:25 PM, mthornton(at)optrak(dot)com wrote:
> The following bug has been logged on the website:
>
> Bug reference: 6685
> Logged by: Mark Thornton
> Email address: mthornton(at)optrak(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2012-06-10 12:57:12 Re: BUG #6683: dropping a table with a serial column from an extension needs to explicitely drop the associated seq
Previous Message Philippe BEAUDOIN 2012-06-10 10:31:18 Re: BUG #6683: dropping a table with a serial column from an extension needs to explicitely drop the associated seq