postgresql/src/backend/utils/error
Andres Freund bdbd3d9064 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
2022-04-06 13:56:06 -07:00
..
assert.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
csvlog.c Move any code specific to log_destination=csvlog to its own file 2022-01-12 15:03:48 +09:00
elog.c pgstat: stats collector references in comments. 2022-04-06 13:56:06 -07:00
jsonlog.c Introduce log_destination=jsonlog 2022-01-17 10:16:53 +09:00
Makefile Introduce log_destination=jsonlog 2022-01-17 10:16:53 +09:00