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

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Address points made in post-commit review of replication origins
Date: 2015-08-07 13:13:39
Message-ID: E1ZNhSt-0006z2-2W@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(at)mail(dot)gmail(dot)com
Backpatch: 9.5, where replication origins were introduced.

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/37163e22bddb30a235c9748f49ad54d5e99db142

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2015-08-07 13:13:44 pgsql: Don't include low level locking code from frontend code.
Previous Message Tom Lane 2015-08-07 03:22:39 Re: pgsql: Fix BRIN to use SnapshotAny during summarization