]> 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:10:00 +0000 (15:10 +0200)
commit37163e22bddb30a235c9748f49ad54d5e99db142
tree2609ba0d15acc19fb848ad2885c091f82254ef0f
parent892a18ebf0eb2d4182efbcfe12e2ddc142da3693
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