pgstat: test stats interactions with physical replication.
authorAndres Freund <[email protected]>
Mon, 21 Mar 2022 19:58:51 +0000 (12:58 -0700)
committerAndres Freund <[email protected]>
Thu, 7 Apr 2022 21:52:20 +0000 (14:52 -0700)
commit53b9cd20d4144f5d65c107babe23916aad6c2ef8
tree89649b92601101b01451d80048cb960c403cecda
parenta90641eac24dfc8889122d88eb7f482cd3db8b39
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 <[email protected]>
Author: Andres Freund <[email protected]>
Discussion: https://postgr.es/m/20220303021600[email protected]
src/test/recovery/t/030_stats_cleanup_replica.pl [new file with mode: 0644]