pgsql: Refer to replication origin roident as "ID" in user facing messa

Поиск
Список
Период
Сортировка
От John Naylor
Тема pgsql: Refer to replication origin roident as "ID" in user facing messa
Дата
Msg-id E1oOUzq-0002pN-Op@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Refer to replication origin roident as "ID" in user facing messages and docs

The table column that stores this is of type oid, but is actually limited
to uint16 and has a different path for creating new values. Some of
the documentation already referred to it as an ID, so let's standardize
on that.

While at it, most format strings already use %u, so for consintency
change the remaining stragglers using %d.

Per suggestions from Tom Lane and Justin Pryzby
Discussion: https://www.postgresql.org/message-id/3437166.1659620465%40sss.pgh.pa.us
Backpatch to v15

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/7cadaac5130ec60d905c5ad69af98056b54c4e37

Modified Files
--------------
doc/src/sgml/replication-origins.sgml    |  4 ++--
src/backend/replication/logical/origin.c | 16 ++++++++--------
2 files changed, 10 insertions(+), 10 deletions(-)


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

Предыдущее
От: John Naylor
Дата:
Сообщение: pgsql: Refer to replication origin roident as "ID" in user facing messa
Следующее
От: Justin Pryzby
Дата:
Сообщение: Re: pgsql: Fix assorted doc typos