Re: Tracking last scan time

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Tracking last scan time
Дата
Msg-id Y2i5n72m2ldbya26@paquier.xyz
обсуждение исходный текст
Ответ на Re: Tracking last scan time  (Dave Page <dpage@pgadmin.org>)
Ответы Re: Tracking last scan time
Список pgsql-hackers
On Thu, Nov 03, 2022 at 04:44:16PM -0400, Dave Page wrote:
> Here's a patch to fix this issue. Many thanks to Peter Eisentraut who
> figured it out in a few minutes after I spent far too long looking down
> rabbit holes in entirely the wrong place.

FWIW, all the other areas of pgstatfuncs.c manipulate timestamptz
fields with a style like the attached.  That's a nit, still per the
role of consistency with the surroundings..

Anyway, it seems to me that a regression test is in order before a
scan happens just after the relation creation, and the same problem
shows up with last_idx_scan.
--
Michael

Вложения

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

Предыдущее
От: Alexander Pyhalov
Дата:
Сообщение: Re: Add semi-join pushdown to postgres_fdw
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: Allow single table VACUUM in transaction block