diff options
author | Andres Freund | 2022-04-06 20:56:06 +0000 |
---|---|---|
committer | Andres Freund | 2022-04-06 20:56:06 +0000 |
commit | bdbd3d9064f9dbd064253e05f156ec77d4a90d05 (patch) | |
tree | 400e62f8c81bebc319c994c52d6a19df7a317260 /contrib/test_decoding | |
parent | ab62a642d52c95c0c62e927ba1bf3cfa279b744b (diff) |
pgstat: stats collector references in comments.
Soon the stats collector will be no more, with statistics instead getting
stored in shared memory. There are a lot of references to the stats collector
in comments. This commit replaces most of these references with "cumulative
statistics system", with the remaining ones getting replaced as part of
subsequent commits.
This is done separately from the - quite large - shared memory statistics
patch to make review easier.
Author: Andres Freund <andres@anarazel.de>
Reviewed-By: Justin Pryzby <pryzby@telsasoft.com>
Reviewed-By: Thomas Munro <thomas.munro@gmail.com>
Reviewed-By: Kyotaro Horiguchi <horikyota.ntt@gmail.com>
Discussion: https://postgr.es/m/20220303021600.hs34ghqcw6zcokdh@alap3.anarazel.de
Discussion: https://postgr.es/m/20220308205351.2xcn6k4x5yivcxyd@alap3.anarazel.de
Diffstat (limited to 'contrib/test_decoding')
-rw-r--r-- | contrib/test_decoding/t/001_repl_stats.pl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/test_decoding/t/001_repl_stats.pl b/contrib/test_decoding/t/001_repl_stats.pl index fd82244a15..daf03ff147 100644 --- a/contrib/test_decoding/t/001_repl_stats.pl +++ b/contrib/test_decoding/t/001_repl_stats.pl @@ -88,8 +88,7 @@ regression_slot3|t|t), # Test to remove one of the replication slots and adjust # max_replication_slots accordingly to the number of slots. This leads # to a mismatch between the number of slots present in the stats file and the -# number of stats present in the shared memory, simulating the scenario for -# drop slot message lost by the statistics collector process. We verify +# number of stats present in shared memory. We verify # replication statistics data is fine after restart. $node->stop; |