BUG #6685: Concurrency fault in create table

From: mthornton(at)optrak(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #6685: Concurrency fault in create table
Date: 2012-06-10 10:25:43
Message-ID: E1SdfL5-0003f1-0x@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

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".

Postgres should be responsible for serializing updates to the shared
resource (whatever it is).

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Philippe BEAUDOIN 2012-06-10 10:30:44 [Fwd: Re: BUG #6682: pg_dump and sequence values of serial columns for extension configuration tables]
Previous Message wbrana 2012-06-10 09:05:37 BUG #6684: An I/O error occured while sending to the backend