Re: Tracking last scan time - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Tracking last scan time
Date
Msg-id Y2nWl/bFyEEogfc5@paquier.xyz
Whole thread Raw
In response to Re: Tracking last scan time  (Michael Paquier <michael@paquier.xyz>)
Responses Re: Tracking last scan time
List pgsql-hackers
On Mon, Nov 07, 2022 at 04:54:07PM +0900, Michael Paquier wrote:
> 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.

Hearing nothing, done this way as of d7744d5.  Thanks for the report,
Robert.  And thanks for the patch, Dave.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Use pg_pwritev_with_retry() instead of write() in dir_open_for_write() to avoid partial writes?
Next
From: "Takamichi Osumi (Fujitsu)"
Date:
Subject: RE: Data is copied twice when specifying both child and parent table in publication