serializable installcheck

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема serializable installcheck
Дата
Msg-id 4E0B4319020000250003ED33@gw.wicourts.gov
обсуждение исходный текст
Список pgsql-hackers
I've discovered (the hard way) that if you run `make installcheck`
with default_transaction_isolation = 'serializable' and you have a
serializable read write transaction sitting idle (or prepared) that
the "transactions" test will block indefinitely waiting for a safe
time to run, because of the test of the READ ONLY DEFERRABLE code. 
I think that's OK, but figured I should make people aware of the
fact and see if everyone agrees.
I will admit that it can be confusing until you find the idle or
prepared transaction.
-Kevin


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: hint bit cache v6
Следующее
От: Florian Pflug
Дата:
Сообщение: Re: Review of patch Bugfix for XPATH() if expression returns a scalar value