pgsql: worker_spi: Rename custom wait event to "WorkerSpiMain"

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: worker_spi: Rename custom wait event to "WorkerSpiMain"
Date: 2023-10-04 07:25:22
Message-ID: E1qnwG2-007QM1-SB@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

worker_spi: Rename custom wait event to "WorkerSpiMain"

This naming is more consistent with all the other user-facing wait event
strings. Other in-core modules will use the same naming convention, so
let's be consistent here as well.

Extracted from a larger patch by the same author.

Author: Masahiro Ikeda
Discussion: https://postgr.es/m/197bce267fa691a0ac62c86c4ab904c4@oss.nttdata.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c8e318b1b8d9b699a96b96db861b362550456108

Modified Files
--------------
doc/src/sgml/xfunc.sgml | 6 +++---
src/test/modules/worker_spi/t/001_worker_spi.pl | 12 ++++++------
src/test/modules/worker_spi/worker_spi.c | 2 +-
3 files changed, 10 insertions(+), 10 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2023-10-04 08:12:36 pgsql: test_shm_mq: Replace WAIT_EVENT_EXTENSION with custom wait event
Previous Message Tom Lane 2023-10-03 18:14:01 pgsql: Doc: suppress "exceed the available area" warning in PDF build.