pgstat: set timestamps of fixed-numbered stats after a crash.
authorAndres Freund <[email protected]>
Fri, 15 Apr 2022 00:40:25 +0000 (17:40 -0700)
committerAndres Freund <[email protected]>
Fri, 15 Apr 2022 00:40:25 +0000 (17:40 -0700)
commit5cd1c40b3ce9600f129fd1fea9850e1affaf31d5
tree8623e26a249676650807815a245672c28d1af66a
parent3f19e176ae0f55a653d62e1504dbe5ad8c1006a0
pgstat: set timestamps of fixed-numbered stats after a crash.

When not loading stats at startup (i.e. pgstat_discard_stats() getting
called), reset timestamps of fixed numbered stats would be left at
0. Oversight in 5891c7a8ed8.

Instead use pgstat_reset_after_failure() and add tests verifying that
fixed-numbered reset timestamps are set appropriately.

Reported-By: "David G. Johnston" <[email protected]>
Discussion: https://postgr.es/m/CAKFQuwamFuaQHKdhcMt4Gbw5+Hca2UE741B8gOOXoA=TtAd2Yw@mail.gmail.com
src/backend/utils/activity/pgstat.c
src/test/recovery/t/029_stats_restart.pl