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/[email protected] 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(+)
