pgsql: pg_dump: Support using synchronized snapshots on standbys

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pg_dump: Support using synchronized snapshots on standbys
Date: 2017-08-16 23:50:09
Message-ID: E1di84f-0006AE-Gd@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_dump: Support using synchronized snapshots on standbys

This became possible by commit
6c2003f8a1bbc7c192a2e83ec51581c018aa162f. This just makes pg_dump aware
of it and updates the documentation.

Author: Petr Jelinek <petr(dot)jelinek(at)2ndquadrant(dot)com>

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/e4892c68184e199c3117a8f8b52da22a77702a05

Modified Files
--------------
doc/src/sgml/ref/pg_dump.sgml | 18 ++++++++++--------
src/bin/pg_dump/pg_dump.c | 4 ++--
2 files changed, 12 insertions(+), 10 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2017-08-16 23:50:39 Re: Re: [COMMITTERS] pgsql: Don't force-assign transaction id when exporting a snapshot.
Previous Message Heikki Linnakangas 2017-08-16 21:49:32 pgsql: Fix pg_atomic_u64 initialization.