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

From: Vaishnavi Prabakaran <vaishnaviprabakaran(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: [HACKERS] [PATCH] Tap test support for backup with tablespace mapping
Date: 2017-12-27 01:58:28
Message-ID: CAOoUkxQmD-NSStCvksC2HHcuDVeAffO3v5ph5wmxsOm-RxAbig@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
0001-Tap-test-support-for-backup-with-tablespace-mapping.patch application/octet-stream 5.5 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Adam Lee 2017-12-27 02:18:03 Re: Should we nonblocking open FIFO files in COPY?
Previous Message Michael Paquier 2017-12-27 01:21:19 Re: [HACKERS] replace GrantObjectType with ObjectType