[HACKERS] [PATCH] Tap test support for backup with tablespace mapping

Поиск
Список
Период
Сортировка
От Vaishnavi Prabakaran
Тема [HACKERS] [PATCH] Tap test support for backup with tablespace mapping
Дата
Msg-id CAOoUkxQmD-NSStCvksC2HHcuDVeAffO3v5ph5wmxsOm-RxAbig@mail.gmail.com
обсуждение исходный текст
Ответы Re: [HACKERS] [PATCH] Tap test support for backup with tablespacemapping  (Michael Paquier <michael.paquier@gmail.com>)
Re: [HACKERS] [PATCH] Tap test support for backup with tablespacemapping  ("Tels" <nospam-pg-abuse@bloodgate.com>)
Список pgsql-hackers
Hi All,

I have added support in Postgres TAP test framework to backup a data directory with tablespace mapping. Also added support to move the backup directory contents to standby node, because current option to init the standby from backup does not support copying softlinks, which is needed when tablespace mapping is involved in backup.   

Added a new test to existing streaming replication tap test to demonstrate the usage of these new APIs. 

Attached the patch, Hope this enhancement is useful.  

Thanks & Regards,
Vaishnavi,
Fujitsu Australia.
Вложения

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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: [HACKERS] replace GrantObjectType with ObjectType
Следующее
От: Adam Lee
Дата:
Сообщение: Re: Should we nonblocking open FIFO files in COPY?