Rename wait event WalrcvExit to WalReceiverExit.
authorFujii Masao <fujii@postgresql.org>
Wed, 24 Mar 2021 01:37:54 +0000 (10:37 +0900)
committerFujii Masao <fujii@postgresql.org>
Wed, 24 Mar 2021 01:37:54 +0000 (10:37 +0900)
commit84007043fc1b1be68dad5d0a78269347c12094b6
tree9cbdbce0b7d85994212e615e96d3d238b9af84ac
parent7fbcee1b2d5f1012c67942126881bd492e95077e
Rename wait event WalrcvExit to WalReceiverExit.

Commit de829ddf23 added wait event WalrcvExit. But its name is not
consistent with other wait events like WalReceiverMain or
WalReceiverWaitStart, etc. So this commit renames WalrcvExit to
WalReceiverExit.

Author: Fujii Masao
Reviewed-by: Thomas Munro
Discussion: https://postgr.es/m/cced9995-8fa2-7b22-9d91-3f22a2b8c23c@oss.nttdata.com
doc/src/sgml/monitoring.sgml
src/backend/postmaster/pgstat.c
src/backend/replication/walreceiverfuncs.c
src/include/pgstat.h