[HACKERS] [PATCH] Tap test support for backup with tablespace mapping - Mailing list pgsql-hackers

From Vaishnavi Prabakaran
Subject [HACKERS] [PATCH] Tap test support for backup with tablespace mapping
Date
Msg-id CAOoUkxQmD-NSStCvksC2HHcuDVeAffO3v5ph5wmxsOm-RxAbig@mail.gmail.com
Whole thread Raw
Responses Re: [HACKERS] [PATCH] Tap test support for backup with tablespacemapping
Re: [HACKERS] [PATCH] Tap test support for backup with tablespacemapping
List 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.
Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: [HACKERS] replace GrantObjectType with ObjectType
Next
From: Adam Lee
Date:
Subject: Re: Should we nonblocking open FIFO files in COPY?