pgsql: Change locktype "speculative token" to "spectoken".

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Change locktype "speculative token" to "spectoken".
Дата
Msg-id E1jZlvk-0002Dr-LS@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Change locktype "speculative token" to "spectoken".

It's just weird that this name wasn't chosen to look like an
identifier.  The suspicion that it wasn't thought about too
hard is reinforced by the fact that it wasn't documented in
the pg_locks view (until I did so, a day or two back).

Update, and add a comment reminding future adjusters of this
array to fix the docs too.

Do some desultory wordsmithing on various entries in the wait
events tables.

Discussion: https://postgr.es/m/24595.1589326879@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/474e7da6485687425d216eda1685d7e530b24fd6

Modified Files
--------------
doc/src/sgml/catalogs.sgml                         |  2 +-
doc/src/sgml/monitoring.sgml                       | 93 +++++++++++-----------
src/backend/utils/adt/lockfuncs.c                  |  7 +-
.../expected/insert-conflict-specconflict.out      | 10 +--
.../specs/insert-conflict-specconflict.spec        |  2 +-
5 files changed, 58 insertions(+), 56 deletions(-)


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Fix walsender error cleanup code
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Fix assertion with relation using REPLICA IDENTITY FULL in subsc