doc: Move wal_init_zero and wal_recycle descriptions to proper section.

Fujii Masao <fujii@postgresql.org>

Commit: 43e592c706f8ce073d166f541687ad8f02dc22c0
Author: Fujii Masao <fujii@postgresql.org>
Date: 2020-06-03T01:05:30Z
Releases: 13.0
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

Files

PathChange+/−
doc/src/sgml/config.sgml modified +35 −35

Documentation touched

Discussion