Document default values for --fsync-interval and --plugin in pg_recvlogical
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
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
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