pgsql: Copy editing of the replication origins patch. - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Copy editing of the replication origins patch.
Date
Msg-id E1Yo89B-0003dI-34@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: Copy editing of the replication origins patch.  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-committers
Copy editing of the replication origins patch.

Michael Paquier and myself.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/2b22795b32576fa7173b501b646581a17de35902

Modified Files
--------------
doc/src/sgml/func.sgml                      |    5 ++---
doc/src/sgml/replication-origins.sgml       |   24 ++++++++++++------------
src/backend/replication/logical/origin.c    |   14 +++++++-------
src/include/catalog/pg_replication_origin.h |    2 +-
4 files changed, 22 insertions(+), 23 deletions(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: Fix unaligned memory access in xlog parsing due to replication o
Next
From: Andres Freund
Date:
Subject: Re: pgsql: Introduce replication progress tracking infrastructure.