worker_spi: Rename custom wait event to "WorkerSpiMain"
authorMichael Paquier <michael@paquier.xyz>
Wed, 4 Oct 2023 07:16:50 +0000 (16:16 +0900)
committerMichael Paquier <michael@paquier.xyz>
Wed, 4 Oct 2023 07:20:41 +0000 (16:20 +0900)
commitc8e318b1b8d9b699a96b96db861b362550456108
treedbac9e8d0b0815886555d8ba5c00aa5f20eb83c2
parent77d0ad6c46c518234b9ce0a5be1f61a25f1bf753
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
doc/src/sgml/xfunc.sgml
src/test/modules/worker_spi/t/001_worker_spi.pl
src/test/modules/worker_spi/worker_spi.c