Re: cross-platform pg_basebackup - Mailing list pgsql-hackers

From Robert Haas
Subject Re: cross-platform pg_basebackup
Date
Msg-id CA+TgmoZqJwF-S+WcaCEoy48Airj1gDnPx66BTA-AT-6348OaOQ@mail.gmail.com
Whole thread Raw
In response to Re: cross-platform pg_basebackup  (davinder singh <davindersingh2692@gmail.com>)
Responses Re: cross-platform pg_basebackup  (Julien Rouhaud <rjuju123@gmail.com>)
List pgsql-hackers
On Fri, Oct 21, 2022 at 4:14 AM davinder singh
<davindersingh2692@gmail.com> wrote:
> Hi,
> Patch v2 looks good to me, I have tested it, and pg_basebackup works fine across the platforms (Windows to Linux and
Linuxto Windows).
 
> Syntax used for testing
> $ pg_basebackup -h remote_server_ip -p 5432 -U user_name -D backup/data -T olddir=newdir
>
> I have also tested with non-absolute paths, it behaves as expected.

Cool. Thanks to you, Andrew, and Tom for reviewing.

Committed and back-patched to all supported branches.

-- 
Robert Haas
EDB: http://www.enterprisedb.com



pgsql-hackers by date:

Previous
From: Aleksander Alekseev
Date:
Subject: Re: Pluggable toaster
Next
From: Michael Paquier
Date:
Subject: Re: Crash after a call to pg_backup_start()