BUG #6685: Concurrency fault in create table

Поиск
Список
Период
Сортировка
От mthornton@optrak.com
Тема BUG #6685: Concurrency fault in create table
Дата
Msg-id E1SdfL5-0003f1-0x@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #6685: Concurrency fault in create table  (Craig Ringer <ringerc@ringerc.id.au>)
Re: BUG #6685: Concurrency fault in create table  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
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:=20=20=20=20=20=20=20=20

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

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

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