Re: strange update problem with 7.2.1

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: strange update problem with 7.2.1
Дата
Msg-id 27654.1022347709@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: strange update problem with 7.2.1  (Oleg Bartunov <oleg@sai.msu.su>)
Список pgsql-hackers
Oleg Bartunov <oleg@sai.msu.su> writes:
> On Sat, 25 May 2002, Tom Lane wrote:
>> I get the same in current sources (in fact the number of rows updated
>> varies from try to try).  Are you sure it's not a problem with the
>> gist index mechanism?

> We'll look once more, but code for select and update should be the same.

Yeah, but the update case is inserting more entries into the index.
I'm wondering if that causes the index scan's state to get corrupted
so that it misses scanning some entries.  btree has a carefully designed
algorithm to cope with this, but I have no idea how gist manages it.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Getting rid of ReferentialIntegritySnapshotOverride
Следующее
От: Tom Lane
Дата:
Сообщение: Think I see a btree vacuuming bug