pgsql: pgstat: add tests for handling of restarts, including crashes. - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: pgstat: add tests for handling of restarts, including crashes.
Date
Msg-id E1ncXqP-000mNo-UO@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
pgstat: add tests for handling of restarts, including crashes.

Test that stats are restored during normal restarts, discarded after a crash /
immediate restart, and that a corrupted stats file leads to stats being reset.

Author: Melanie Plageman <melanieplageman@gmail.com>
Author: Andres Freund <andres@anarazel.de>
Discussion: https://postgr.es/m/20220303021600.hs34ghqcw6zcokdh@alap3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/16acf7f1aaea6c5efc0fa49182c16cd6bfd9f3d3

Modified Files
--------------
src/test/recovery/t/029_stats_restart.pl | 307 +++++++++++++++++++++++++++++++
1 file changed, 307 insertions(+)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Rewrite some RI code to avoid using SPI
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Rewrite some RI code to avoid using SPI