Re: bug with indexing of infinite timestamps?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: bug with indexing of infinite timestamps?
Дата
Msg-id 9321.1356888897@sss.pgh.pa.us
обсуждение исходный текст
Ответ на bug with indexing of infinite timestamps?  (Scott Ribe <scott_ribe@elevated-dev.com>)
Список pgsql-general
Scott Ribe <scott_ribe@elevated-dev.com> writes:
> I hit this peculiar result last night with 9.1.3 (Intel, 64-bit). Check out the query and the explain analyze
results:

Apparently a lot of dead rows with end_when > now are still there.
Autovacuum disabled, perhaps?  Open prepared transactions?  It
might be interesting to do a manual VACUUM VERBOSE on the table
and see how many rows it reports reclaiming.

            regards, tom lane


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

Предыдущее
От: Scott Ribe
Дата:
Сообщение: bug with indexing of infinite timestamps?
Следующее
От: Philipp Kraus
Дата:
Сообщение: view with insert rule