Re: [Glue] Deadlock bug

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: [Glue] Deadlock bug
Дата
Msg-id 4C6EE42E.8020300@agliodbs.com
обсуждение исходный текст
Ответ на Re: Deadlock bug  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> In principle we don't need to sharelock the referencing row in either
> update in this example, since the original row version is still there.
> The problem is to know that, given the limited amount of information
> available when performing the second update.

Ah, ok.  I get it now.

Now to figure out how a 2nd or greater update could know whether the row
was newly created or not ...

--                                  -- Josh Berkus                                    PostgreSQL Experts Inc.
                        http://www.pgexperts.com
 


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Deadlock bug
Следующее
От: Tom Lane
Дата:
Сообщение: Re: git: uh-oh