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