Re: Is this a commit problem?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Is this a commit problem?
Дата
Msg-id 19123.1064509661@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Is this a commit problem?  (markw@osdl.org)
Ответы Re: Is this a commit problem?  (markw@osdl.org)
Список pgsql-hackers
markw@osdl.org writes:
> I take it PQexec() should wait until the COMMIT finishes?

Yeah, it does.  Where is the next iteration of the transaction coming
from?

Another thought occurred to me --- you said you have many parallel
instances of this transaction, but they affect different rows because
they have different keys.  Is it possible there's a logic bug that
occasionally allows parallel transactions to be fired with the same key?
        regards, tom lane


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

Предыдущее
От: markw@osdl.org
Дата:
Сообщение: Re: Is this a commit problem?
Следующее
От: markw@osdl.org
Дата:
Сообщение: Re: Is this a commit problem?