Replace references to "xlog" with "wal" in docs.

Fujii Masao <fujii@postgresql.org>

Commit: f10637ebe02074e264b17606c00bc09da986c60d
Author: Fujii Masao <fujii@postgresql.org>
Date: 2017-02-13T17:30:46Z
Releases: 10.0
Replace references to "xlog" with "wal" in docs.

Commit f82ec32ac30ae7e3ec7c84067192535b2ff8ec0e renamed the pg_xlog
directory to pg_wal. To make things consistent, we decided to eliminate
"xlog" from user-visible docs.

Files

PathChange+/−
doc/src/sgml/datatype.sgml modified +1 −1
doc/src/sgml/pgstandby.sgml modified +1 −1
doc/src/sgml/protocol.sgml modified +1 −1
doc/src/sgml/storage.sgml modified +1 −1

Documentation touched