BUG #11088: posgres blocks when i don't commit

Поиск
Список
Период
Сортировка
От guido@sofer.com.ar
Тема BUG #11088: posgres blocks when i don't commit
Дата
Msg-id 20140729171423.16602.76857@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #11088: posgres blocks when i don't commit  (Kevin Grittner <kgrittn@ymail.com>)
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      11088
Logged by:          Guido
Email address:      guido@sofer.com.ar
PostgreSQL version: 9.3.5
Operating system:   Linux
Description:

Hi, I encountered the next problem, i really don't know how to describe it
in one sentence:

I have one table 'TABLE' with a column 'COLUMN' and 'COLUMN' is a primary
key

I have two processes 'proc1' and 'proc2'

proc1 inserts a row in 'TABLE' with 'A' in the column 'COLUMN'...
AND IT DOESNT COMMIT

proc2 tries to insert a row with 'A' in the column 'COLUMN'

What happens is that posgres simply don't respond (not an error, nothing
happens)

Is that normal? maybe yes, if it is, sorry for taking your time...

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

Предыдущее
От: brorfred@gmail.com
Дата:
Сообщение: BUG #11090: Unclear error message in pg_upgrade
Следующее
От: Kevin Grittner
Дата:
Сообщение: Re: BUG #11088: posgres blocks when i don't commit