mirror of
https://github.com/postgres/postgres.git
synced 2025-12-24 06:01:07 +03:00
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
This commit is contained in:
@@ -1763,8 +1763,8 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
|
||||
replication.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>WalrcvExit</literal></entry>
|
||||
<entry>Waiting for the walreceiver to exit.</entry>
|
||||
<entry><literal>WalReceiverExit</literal></entry>
|
||||
<entry>Waiting for the WAL receiver to exit.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>WalReceiverWaitStart</literal></entry>
|
||||
|
||||
Reference in New Issue
Block a user