pgsql: doc: Add "(process)" to the term "WAL receiver" in glossary.

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Add "(process)" to the term "WAL receiver" in glossary.
Date: 2022-01-13 03:19:47
Message-ID: E1n7qeR-0006Xj-Qp@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Add "(process)" to the term "WAL receiver" in glossary.

This commit changes the term "WAL receiver" to "WAL receiver (process)"
in the glossary, so that users can easily understand WAL receiver is
obviously a process.

Author: Fujii Masao
Reviewed-by: Tom Lane
Discussion: https://postgr.es/m/51b76596-ab4f-c9f0-1005-60ce1bb14b6b@oss.nttdata.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/379a28b56a927f7608892138d08f4d24e6cf0620

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

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2022-01-13 07:18:58 pgsql: Improve error handling of HMAC computations
Previous Message Michael Paquier 2022-01-13 00:44:19 pgsql: Fix incorrect comments in hmac.c and hmac_openssl.c