Thread: pgsql: doc: Move wal_init_zero and wal_recycle descriptions to proper s

pgsql: doc: Move wal_init_zero and wal_recycle descriptions to proper s

From
Fujii Masao
Date:
doc: Move wal_init_zero and wal_recycle descriptions to proper section.

The group of wal_init_zero and wal_recycle is WAL_SETTINGS in guc.c,
but previously their documents were located in
"Replication"/"Sending Servers" section. This commit moves them to
the proper section "Write Ahead Log"/"Settings".

Back-patch to v12 where wal_init_zero and wal_recycle parameters
were introduced.

Author: Fujii Masao
Discussion: https://postgr.es/m/b5190ab4-a169-6a42-0e49-aed0807c8976@oss.nttdata.com

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/53f32ea4d38b07e0669d0c9467a2a174bddc9b26

Modified Files
--------------
doc/src/sgml/config.sgml | 70 ++++++++++++++++++++++++------------------------
1 file changed, 35 insertions(+), 35 deletions(-)