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

Started by Fujii Masao5 months ago3 messagesdocs
Jump to latest
#1Fujii Masao
masao.fujii@gmail.com

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

Attachments:

v1-0001-doc-Document-default-values-for-some-pg_recvlogic.patchapplication/octet-stream; name=v1-0001-doc-Document-default-values-for-some-pg_recvlogic.patchDownload+5-4
#2Laurenz Albe
laurenz.albe@cybertec.at
In reply to: Fujii Masao (#1)
Re: Document default values for --fsync-interval and --plugin in pg_recvlogical

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

#3Fujii Masao
masao.fujii@gmail.com
In reply to: Laurenz Albe (#2)
Re: Document default values for --fsync-interval and --plugin in pg_recvlogical

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