Re: Add pg_file_sync() to adminpack

Julien Rouhaud <[email protected]> Fri, 10 Jan 2020 12:22:53 +0100
Newsgroups gmane.comp.db.postgresql.devel.general
Message-ID <CAOBaU_Y=LLeQERH+7b4caFuPPr9yqJ14FOYUra=xMoW9WK71pA@mail.gmail.com>
On Fri, Jan 10, 2020 at 10:50 AM Fujii Masao <[email protected]> wrote:
>
> On Thu, Jan 9, 2020 at 10:39 PM Julien Rouhaud <[email protected]> wrote:
> >
> > I think that pg_write_server_files should be allowed to call that
> > function by default.
>
> But pg_write_server_files users are not allowed to execute
> other functions like pg_file_write() by default. So doing that
> change only for pg_file_sync() looks strange to me.

Ah indeed.  I'm wondering if that's an oversight of the original
default role patch or voluntary.