Обсуждение: Document default values for --fsync-interval and --plugin in pg_recvlogical

Поиск
Список
Период
Сортировка

Document default values for --fsync-interval and --plugin in pg_recvlogical

От
Fujii Masao
Дата:
Hi,

I noticed that pg_recvlogical --help shows default values for
the --fsync-interval and --plugin options, but the docs does not.
This would be inconvenient for users.

The attached patch adds the missing default value descriptions
to the pg_recvlogical docs.

Regards,

-- 
Fujii Masao

Вложения

Re: Document default values for --fsync-interval and --plugin in pg_recvlogical

От
Laurenz Albe
Дата:
On Sun, 2025-11-16 at 15:19 +0900, Fujii Masao wrote:
> I noticed that pg_recvlogical --help shows default values for
> the --fsync-interval and --plugin options, but the docs does not.
> This would be inconvenient for users.
>
> The attached patch adds the missing default value descriptions
> to the pg_recvlogical docs.

+1 for that patch, it looks good to me.

Yours,
Laurenz Albe



Re: Document default values for --fsync-interval and --plugin in pg_recvlogical

От
Fujii Masao
Дата:
On Mon, Nov 17, 2025 at 3:34 AM Laurenz Albe <laurenz.albe@cybertec.at> wrote:
>
> On Sun, 2025-11-16 at 15:19 +0900, Fujii Masao wrote:
> > I noticed that pg_recvlogical --help shows default values for
> > the --fsync-interval and --plugin options, but the docs does not.
> > This would be inconvenient for users.
> >
> > The attached patch adds the missing default value descriptions
> > to the pg_recvlogical docs.
>
> +1 for that patch, it looks good to me.

Thanks for the review! I've pushed the patch.

Regards,

--
Fujii Masao