pgsql: Corrections to replication slots code and documentation.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Corrections to replication slots code and documentation.
Date: 2014-03-03 12:21:20
Message-ID: E1WKRs0-0003fP-JE@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Corrections to replication slots code and documentation.

Andres Freund, per a report from Vik Faering

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/d83ee62231d41092c7907166204d57edc3d57070

Modified Files
--------------
doc/src/sgml/func.sgml | 8 ++++----
doc/src/sgml/high-availability.sgml | 2 +-
src/backend/replication/slotfuncs.c | 14 +++++++++-----
src/include/catalog/pg_proc.h | 4 ++--
4 files changed, 16 insertions(+), 12 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2014-03-03 12:23:04 pgsql: Bump catversion.
Previous Message Robert Haas 2014-03-03 12:15:12 pgsql: pageinspect: Use new pg_lsn datatype.