pgsql: Avoid including tablespaces inside PGDATA twice in base backups

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема pgsql: Avoid including tablespaces inside PGDATA twice in base backups
Дата
Msg-id E1W0ZWR-0005Ie-3u@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Avoid including tablespaces inside PGDATA twice in base backups

If a tablespace was crated inside PGDATA it was backed up both as part
of the PGDATA backup and as the backup of the tablespace. Avoid this
by skipping any directory inside PGDATA that contains one of the active
tablespaces.

Dimitri Fontaine and Magnus Hagander

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/773e4d5e4dc48dc2c14f31f5d71d9dbf491fd6f5

Modified Files
--------------
src/backend/replication/basebackup.c |   60 ++++++++++++++++++++++++++++++----
1 file changed, 53 insertions(+), 7 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: pgsql: Avoid including tablespaces inside PGDATA twice in base backups
Следующее
От: Magnus Hagander
Дата:
Сообщение: pgsql: Move permissions check from do_pg_start_backup to pg_start_backu