doc: Move wal_init_zero and wal_recycle descriptions to proper section.

Fujii Masao <fujii@postgresql.org>

Commit: 53f32ea4d38b07e0669d0c9467a2a174bddc9b26
Author: Fujii Masao <fujii@postgresql.org>
Date: 2020-06-03T01:09:24Z
Releases: 12.4
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