Re: pg_recvlogical: honor source cluster file permissions for output files

From: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
To: Srinath Reddy Sadipiralla <srinath2133(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: pg_recvlogical: honor source cluster file permissions for output files
Date: 2026-05-18 10:48:57
Message-ID: CAHGQGwGrq7RwMPMdmBHaUCKZRkUFjfjkWTCtWFZCpsUwGbaWMA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, May 18, 2026 at 7:47 PM Fujii Masao <masao(dot)fujii(at)gmail(dot)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 Content-Type Size
v2-0001-pg_recvlogical-Honor-source-cluster-file-permissi.patch application/octet-stream 3.9 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Thom Brown 2026-05-18 11:04:18 Re: [PATCH] Fix psql tab completion for REPACK boolean options
Previous Message Fujii Masao 2026-05-18 10:47:15 Re: pg_recvlogical: honor source cluster file permissions for output files