pgsql: doc: Fix description WAL writer in glossary

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Fix description WAL writer in glossary
Date: 2024-06-14 00:27:06
Message-ID: E1sHumY-001OU2-1G@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3c992361cda184ff635a516832dcc54c569ea6ec

Modified Files
--------------
doc/src/sgml/glossary.sgml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2024-06-14 00:30:07 pgsql: doc: Fix description WAL summarizer in glossary
Previous Message Tom Lane 2024-06-13 19:14:42 pgsql: Improve the granularity of PQsocketPoll's timeout parameter.