projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
105024a
)
doc: Fix description WAL writer in glossary
author
Michael Paquier
Fri, 14 Jun 2024 00:26:32 +0000
(09:26 +0900)
committer
Michael Paquier
Fri, 14 Jun 2024 00:26:32 +0000
(09:26 +0900)
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
doc/src/sgml/glossary.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/glossary.sgml
b/doc/src/sgml/glossary.sgml
index a81c17a8690cf8b85be4226c9e475d40043e0886..487af1fed8869a263d10271ef77950a05f37821e 100644
(file)
--- a/
doc/src/sgml/glossary.sgml
+++ b/
doc/src/sgml/glossary.sgml
@@
-2213,7
+2213,8
@@
WAL writer (process)
- A process that writes
WAL records
+ An
auxiliary process
+ that writes
WAL records
from
shared memory
to
WAL files
.