Re: pg_recvlogical: honor source cluster file permissions for output files - Mailing list pgsql-hackers

From Fujii Masao
Subject Re: pg_recvlogical: honor source cluster file permissions for output files
Date
Msg-id CAHGQGwGrq7RwMPMdmBHaUCKZRkUFjfjkWTCtWFZCpsUwGbaWMA@mail.gmail.com
Whole thread
In response to Re: pg_recvlogical: honor source cluster file permissions for output files  (Fujii Masao <masao.fujii@gmail.com>)
List pgsql-hackers
On Mon, May 18, 2026 at 7:47 PM Fujii Masao <masao.fujii@gmail.com> wrote:
> As far as I can tell, 010_basebackup.pl initializes the cluster without group
> access and checks the backup permissions, then enables group access using
> chmod_recursive() and verifies that group permissions are also applied to
> the backup. I updated the TAP test following this approach and attached
> a revised patch.

Sorry, I forgot to attach the patch.
I've attached it in this email.

Regards,

--
Fujii Masao

Attachment

pgsql-hackers by date:

Previous
From: Fujii Masao
Date:
Subject: Re: pg_recvlogical: honor source cluster file permissions for output files
Next
From: Thom Brown
Date:
Subject: Re: [PATCH] Fix psql tab completion for REPACK boolean options