On Tue, Mar 24, 2026 at 3:36 PM Hayato Kuroda (Fujitsu)
<kuroda.hayato@fujitsu.com> wrote:
>
> I created a top-up patch set which addressed all comments from me and others.
> See attached.
>
+ /* Set mask based on the PGDATA permissions */
+ if (!GetDataDirectoryCreatePerm(subscriber_dir))
+ report_createsub_fatal("could not read permissions of directory \"%s\": %m",
+ subscriber_dir);
We can add a bit more detailed comments as to why we use
data_directory permissions.
--
With Regards,
Amit Kapila.