postgresql/src/backend/utils/activity
Michael Paquier e731aeac89 Remove PgStat_BackendFunctionEntry
This structure included only PgStat_FunctionCounts, and removing it
facilitates some upcoming refactoring for pgstatfuncs.c to use more
macros rather that mostly-duplicated functions.

Author: Bertrand Drouvot
Reviewed-by: Nathan Bossart
Discussion: https://postgr.es/m/11d531fe-52fc-c6ea-7e8e-62f1b6ec626e@gmail.com
2023-03-16 14:22:34 +09:00
..
Makefile pgstat: Infrastructure for more detailed IO statistics 2023-02-08 20:53:42 -08:00
backend_progress.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
backend_status.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
meson.build pgstat: Infrastructure for more detailed IO statistics 2023-02-08 20:53:42 -08:00
pgstat.c Remove PgStat_BackendFunctionEntry 2023-03-16 14:22:34 +09:00
pgstat_archiver.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
pgstat_bgwriter.c pgstat: Infrastructure for more detailed IO statistics 2023-02-08 20:53:42 -08:00
pgstat_checkpointer.c pgstat: Infrastructure for more detailed IO statistics 2023-02-08 20:53:42 -08:00
pgstat_database.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
pgstat_function.c Remove PgStat_BackendFunctionEntry 2023-03-16 14:22:34 +09:00
pgstat_io.c Suppress more compiler warnings in new pgstats code. 2023-02-28 20:30:49 -05:00
pgstat_relation.c pgstat: Infrastructure for more detailed IO statistics 2023-02-08 20:53:42 -08:00
pgstat_replslot.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
pgstat_shmem.c pgstat: Infrastructure for more detailed IO statistics 2023-02-08 20:53:42 -08:00
pgstat_slru.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
pgstat_subscription.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
pgstat_wal.c pgstat: Infrastructure for more detailed IO statistics 2023-02-08 20:53:42 -08:00
pgstat_xact.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
wait_event.c Add a new wait state and use it when sending data in the apply worker. 2023-02-16 07:46:31 +05:30