]> granicus.if.org Git - postgresql/commit
Address points made in post-commit review of replication origins.
authorAndres Freund <andres@anarazel.de>
Fri, 7 Aug 2015 13:08:51 +0000 (15:08 +0200)
committerAndres Freund <andres@anarazel.de>
Fri, 7 Aug 2015 13:09:05 +0000 (15:09 +0200)
commit18e8613564bf0a675d453eec1fceded7bce09988
tree6924d6ec6ee97974fe6b6387e211535eff6b1390
parentd6a8c943ab62317a5fca3b62224582d0d639df6b
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.
doc/src/sgml/catalogs.sgml
doc/src/sgml/func.sgml
doc/src/sgml/replication-origins.sgml
src/backend/access/transam/xloginsert.c
src/backend/replication/logical/origin.c