Re: Deadlocks? What happened to MVCC?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Deadlocks? What happened to MVCC?
Дата
Msg-id 20551.997824931@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Deadlocks? What happened to MVCC?  ("Josh Berkus" <josh@agliodbs.com>)
Ответы Re: Deadlocks? What happened to MVCC?
Список pgsql-sql
MVCC does not mean "no locks" ... particularly not when UPDATEs are
involved.  You'll need to be more specific about what your function is
doing, but my first thought would be to look for the possibility of
conflicting updates of the same row.
        regards, tom lane


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

Предыдущее
От: Randall Skelton
Дата:
Сообщение: psql connection being reset during function?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: psql connection being reset during function?