mirror of
https://github.com/postgres/postgres.git
synced 2025-05-21 15:54:08 +03:00
doc: Fix description WAL writer in glossary
The WAL writer is an auxiliary process, but its description in the glossary did not match that. This is inexact since d3014fff4cd4. Author: Masahiro Ikeda Discussion: https://postgr.es/m/d3a5a4278fd8d9e7a47c6aa4db9e9a39@oss.nttdata.com Backpatch-through: 15
This commit is contained in:
parent
bf552b1b2d
commit
37c5e5f4d4
@ -2028,7 +2028,8 @@
|
|||||||
<glossterm>WAL writer (process)</glossterm>
|
<glossterm>WAL writer (process)</glossterm>
|
||||||
<glossdef>
|
<glossdef>
|
||||||
<para>
|
<para>
|
||||||
A process that writes <glossterm linkend="glossary-wal-record">WAL records</glossterm>
|
An <glossterm linkend="glossary-auxiliary-proc">auxiliary process</glossterm>
|
||||||
|
that writes <glossterm linkend="glossary-wal-record">WAL records</glossterm>
|
||||||
from <glossterm linkend="glossary-shared-memory">shared memory</glossterm> to
|
from <glossterm linkend="glossary-shared-memory">shared memory</glossterm> to
|
||||||
<glossterm linkend="glossary-wal-file">WAL files</glossterm>.
|
<glossterm linkend="glossary-wal-file">WAL files</glossterm>.
|
||||||
</para>
|
</para>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user