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

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: worker_spi: Rename custom wait event to "WorkerSpiMain"
Дата
Msg-id E1qnwG2-007QM1-SB@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Doc: suppress "exceed the available area" warning in PDF build.
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: test_shm_mq: Replace WAIT_EVENT_EXTENSION with custom wait event