postgresql/src/backend/utils/activity
Amit Kapila fce003cfde Add a new wait state and use it when sending data in the apply worker.
d9d7fe68d3 made use of an existing wait event when sending data from the
apply worker, but we should have invented a new wait event since this is a
new place to wait.

This patch corrects the mistake by using a new wait event
"LogicalApplySendData".

Author: Hou Zhijie
Reviewed-by: Peter Smith
Discussion: https://postgr.es/m/CA+TgmobWzbr9H3yN3dLVckviEZKemPwd+XyCFKEgyZQZhgP66Q@mail.gmail.com
2023-02-16 07:46:31 +05:30
..
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 pgstat: Infrastructure for more detailed IO statistics 2023-02-08 20:53:42 -08: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 Update copyright for 2023 2023-01-02 15:00:37 -05:00
pgstat_io.c pgstat: Infrastructure for more detailed IO statistics 2023-02-08 20:53:42 -08: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