Re: [PATCHES] [pgsql-patches] Phantom Command IDs, updated patch

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [PATCHES] [pgsql-patches] Phantom Command IDs, updated patch
Дата
Msg-id 24155.1171031308@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [PATCHES] [pgsql-patches] Phantom Command IDs, updated patch  ("Zeugswetter Andreas ADI SD" <ZeugswetterA@spardat.at>)
Список pgsql-hackers
"Zeugswetter Andreas ADI SD" <ZeugswetterA@spardat.at> writes:
> So when a RI check locks a parent, you would not be able to update the
> parent in a later subtrans.  I can imagine, that the error would be a
> problem in a select for update loop, because there you usually want to
> update the row.

No, it would not, because select for update would acquire exclusive lock
in the first place.
        regards, tom lane


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Variable length varlena headers redux
Следующее
От: "Merlin Moncure"
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Add lock matrix to documentation.