Re: strange update problem with 7.2.1

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: strange update problem with 7.2.1
Дата
Msg-id 26091.1022342332@sss.pgh.pa.us
обсуждение исходный текст
Ответ на strange update problem with 7.2.1  (Oleg Bartunov <oleg@sai.msu.su>)
Ответы Re: strange update problem with 7.2.1  (Oleg Bartunov <oleg@sai.msu.su>)
Список pgsql-hackers
Oleg Bartunov <oleg@sai.msu.su> writes:
> test=# update tst set i = i+10   where a && '{3,4}';
> UPDATE 3267
> test=# set enable_indexscan=off;
> SET VARIABLE
> test=# update tst set i = i+10   where a && '{3,4}';
> UPDATE 4060

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?
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Edge case problem with pg_dump
Следующее
От: Oleg Bartunov
Дата:
Сообщение: Re: strange update problem with 7.2.1