Re: VACUUM/t_ctid bug (was Re: GiST concurrency commited)
От
Teodor Sigaev
Тема
Re: VACUUM/t_ctid bug (was Re: GiST concurrency commited)
Дата
Msg-id
431432BA.9030207@sigaev.ru
Ответ на
Re: VACUUM/t_ctid bug (was Re: GiST concurrency commited) (Mario Weilguni)
Список
Дерево обсуждения
Re: GiST concurrency commited "Qingqing Zhou" <zhouqq@cs.toronto.edu>
Re: GiST concurrency commited Teodor Sigaev <teodor@sigaev.ru>
> Since 7.4 we have troubles with ltree (seldom corruption of buffer cache, not
> on-disk), might this bug be somehow related to the ltree problem?
> 7.2 was rock-stable with ltree.
Not sure. Fixed bug was (@ - contains operation):
update wow set a = a || '{101}'::int[] where a @ '{1,2,3}';
select a from wow where a @ '{1,2,3}' and not a @ '{101}';
After update query select must not find any rows, but it did. The problem was in
GiST code and so any GiST idexes was affected.
Can you say more about your trouble?
--
Teodor Sigaev E-mail: teodor@sigaev.ru WWW: http://www.sigaev.ru/
В списке pgsql-hackers по дате отправления
От: Mario Weilguni
Дата:
От: Mario Weilguni
Дата: