Re: [HACKERS] Bogus "Non-functional update" notices

Поиск
Список
Период
Сортировка
От Vadim Mikheev
Тема Re: [HACKERS] Bogus "Non-functional update" notices
Дата
Msg-id 35BD3E1F.D5E8CD8A@krs.ru
обсуждение исходный текст
Ответ на Re: [HACKERS] Bogus "Non-functional update" notices  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: [HACKERS] Bogus "Non-functional update" notices
Список pgsql-hackers
Tom Lane wrote:
>
> I have only seen this happen when the UPDATE was using an index scan to
> find the tuples to update (the table in this example has a btree index
> on oid).  So, somehow the index is returning the same tuple more than
> once.

In UPDATE backend inserts index tuple for new version of heap tuple
and adjusts all index scans affected by this insertion.
Something is wrong in nbtscan.c:_bt_adjscans()...

Vadim

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

Предыдущее
От: t-ishii@sra.co.jp
Дата:
Сообщение: Re: [HACKERS] current snapshot
Следующее
От: Peter T Mount
Дата:
Сообщение: Re: [HACKERS] current snapshot