Обсуждение: pgsql: Address points made in post-commit review of replication origins

Поиск
Список
Период
Сортировка

pgsql: Address points made in post-commit review of replication origins

От
Andres Freund
Дата:
Address points made in post-commit review of replication origins.

Amit reviewed the replication origins patch and made some good
points. Address them. This fixes typos in error messages, docs and
comments and adds a missing error check (although in a
should-never-happen scenario).

Discussion: CAA4eK1JqUBVeWWKwUmBPryFaje4190ug0y-OAUHWQ6tD83V4xg@mail.gmail.com
Backpatch: 9.5, where replication origins were introduced.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/18e8613564bf0a675d453eec1fceded7bce09988

Modified Files
--------------
doc/src/sgml/catalogs.sgml               |    9 +++++----
doc/src/sgml/func.sgml                   |    2 +-
doc/src/sgml/replication-origins.sgml    |    2 +-
src/backend/access/transam/xloginsert.c  |    2 +-
src/backend/replication/logical/origin.c |   19 +++++++++++--------
5 files changed, 19 insertions(+), 15 deletions(-)