pgsql: Rename wait event WalrcvExit to WalReceiverExit.

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Rename wait event WalrcvExit to WalReceiverExit.
Date: 2021-03-24 01:39:32
Message-ID: E1lOsUe-0001iG-TW@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/84007043fc1b1be68dad5d0a78269347c12094b6

Modified Files
--------------
doc/src/sgml/monitoring.sgml | 4 ++--
src/backend/postmaster/pgstat.c | 4 ++--
src/backend/replication/walreceiverfuncs.c | 2 +-
src/include/pgstat.h | 2 +-
4 files changed, 6 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2021-03-24 02:58:52 Re: pgsql: Add a new GUC and a reloption to enable inserts in parallel-mode
Previous Message Michael Paquier 2021-03-24 01:08:42 Re: pgsql: Move tablespace path re-creation from the makefiles to pg_regres