Re: out-of-order caution

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: out-of-order caution
Дата
Msg-id 4459.1319744422@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: out-of-order caution  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Список pgsql-hackers
"Kevin Grittner" <Kevin.Grittner@wicourts.gov> writes:
> (2)  They *can* get a serialization failure involving just two
> transactions: a read and a write.

Only if you ignore the difference between SELECT FOR UPDATE/SHARE and
plain SELECT.  I think calling the former a "read" is a conceptual error
to start with.  It has the same locking and synchronization behavior as
a write.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: out-of-order caution
Следующее
От: fschmidt
Дата:
Сообщение: portal with hold