Re: BUG #6685: Concurrency fault in create table

Поиск
Список
Период
Сортировка
От Craig Ringer
Тема Re: BUG #6685: Concurrency fault in create table
Дата
Msg-id 4FD48412.9040804@ringerc.id.au
обсуждение исходный текст
Ответ на BUG #6685: Concurrency fault in create table  (mthornton@optrak.com)
Список pgsql-bugs
On 06/10/2012 06:25 PM, mthornton@optrak.com wrote:
> 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".

Please copy and paste the full error message.

Which application are you using? psql directly? Something else?

--
Craig Ringer

В списке pgsql-bugs по дате отправления:

Предыдущее
От: mthornton@optrak.com
Дата:
Сообщение: BUG #6685: Concurrency fault in create table
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #6683: dropping a table with a serial column from an extension needs to explicitely drop the associated seq