Re: BUG #6685: Concurrency fault in create table

From: Mark Thornton <mthornton(at)optrak(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #6685: Concurrency fault in create table
Date: 2012-06-10 21:15:11
Message-ID: 4FD50E5F.3080303@optrak.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On 10/06/12 22:08, Tom Lane wrote:
> mthornton(at)optrak(dot)com writes:
>> 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".
> 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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Kevin Grittner 2012-06-11 01:17:29 Re: BUG #6684: An I/O error occured while sending to the backend
Previous Message Tom Lane 2012-06-10 21:08:56 Re: BUG #6685: Concurrency fault in create table