pgsql: doc: Document default values for some pg_recvlogical options. - Mailing list pgsql-committers

From Fujii Masao
Subject pgsql: doc: Document default values for some pg_recvlogical options.
Date
Msg-id E1vL0Am-0000TS-2v@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc: Document default values for some pg_recvlogical options.

The documentation did not previously mention the default values for
the --fsync-interval and --plugin options, even though pg_recvlogical --help
shows them. This omission made it harder for users to understand
the tool's behavior from the documentation alone.

This commit adds the missing default value descriptions for both options
to the pg_recvlogical documentation.

Author: Fujii Masao <masao.fujii@gmail.com>
Reviewed-by: Laurenz Albe <laurenz.albe@cybertec.at>
Discussion: https://postgr.es/m/CAHGQGwFqssPBjkWMFofGq32e_tANOeWN-cM=6biAP3nnFUXMRw@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6793d6a839c1e4eac495fd0c48b75dc1871425c8

Modified Files
--------------
doc/src/sgml/ref/pg_recvlogical.sgml | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: pgsql: Fix typos in logical replication code comments
Next
From: Tom Lane
Date:
Subject: pgsql: Clean up match_orclause_to_indexcol().