pgsql: In base backup, only include our own tablespace version director - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: In base backup, only include our own tablespace version director
Date
Msg-id E1UKCHE-0000pl-TD@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
In base backup, only include our own tablespace version directory.

If you have clusters of different versions pointing to the same tablespace
location, we would incorrectly include all the data belonging to the other
versions, too.

Fixes bug #7986, reported by Sergey Burladyan.

Branch
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/13f9634ceefb9aae4567ef6b982254df2082aa08

Modified Files
--------------
src/backend/replication/basebackup.c |   68 +++++++++++++++++++++++++++------
1 files changed, 55 insertions(+), 13 deletions(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Make pg_basebackup work with pre-9.3 servers, and add server ver
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Add PF_PRINTF_ATTRIBUTE to on_exit_msg_fmt.