From: | Simon Riggs <simon(at)2ndQuadrant(dot)com> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Add pg_dump --snapshot option |
Date: | 2014-11-17 22:16:38 |
Message-ID: | E1XqUb8-0003IE-Az@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Add pg_dump --snapshot option
Allows pg_dump to use a snapshot previously defined by a concurrent
session that has either used pg_export_snapshot() or obtained a
snapshot when creating a logical slot. When this option is used with
parallel pg_dump, the snapshot defined by this option is used and no
new snapshot is taken.
Simon Riggs and Michael Paquier
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/be1cc8f46f57a04e69d9e4dd268d34da885fe6eb
Modified Files
--------------
doc/src/sgml/ref/pg_dump.sgml | 21 +++++++++++++++++
src/bin/pg_dump/pg_dump.c | 51 +++++++++++++++++++++++++++--------------
2 files changed, 55 insertions(+), 17 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Heikki Linnakangas | 2014-11-18 07:58:20 | pgsql: Remove obsolete debugging option, RTDEBUG. |
Previous Message | Tom Lane | 2014-11-17 20:55:16 | pgsql: Stamp 9.4rc1. |