pgsql: pgstat: test stats interactions with physical replication.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: pgstat: test stats interactions with physical replication.
Date: 2022-04-07 21:54:57
Message-ID: E1nca5h-000nMz-5b@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pgstat: test stats interactions with physical replication.

Tests that standbys:
- drop stats for objects when the those records are replayed
- persist stats across graceful restarts
- discard stats after immediate / crash restarts

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/53b9cd20d4144f5d65c107babe23916aad6c2ef8

Modified Files
--------------
src/test/recovery/t/030_stats_cleanup_replica.pl | 206 +++++++++++++++++++++++
1 file changed, 206 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2022-04-07 22:00:29 Re: pgsql: Rewrite some RI code to avoid using SPI
Previous Message Alvaro Herrera 2022-04-07 21:43:49 pgsql: Revert "Rewrite some RI code to avoid using SPI"