pgsql: Doc: replace unnecessary non-breaking space with ordinal space. - Mailing list pgsql-committers

From Tatsuo Ishii
Subject pgsql: Doc: replace unnecessary non-breaking space with ordinal space.
Date
Msg-id E1svXIW-001ghy-TJ@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Doc: replace unnecessary non-breaking space with ordinal space.

There were unnecessary non-breaking spaces (nbsp, U+00A0, 0xc2a0 in
UTF-8) in the docs.  This commit replaces them with ASCII spaces
(0x20).

config.sgml is backpatched through 17.
ref/drop_extension.sgml is backpatched through 13.

Discussion: https://postgr.es/m/20240930.153404.202479334310259810.ishii%40postgresql.org
Reviewed-by: Yugo Nagata, Daniel Gustafsson
Backpatch-through: 17, 13

Branch
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/a94d5b3728dd3e5fd4adb25350712eb785bb9ab6

Modified Files
--------------
doc/src/sgml/config.sgml             | 2 +-
doc/src/sgml/ref/drop_extension.sgml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Fix race condition in COMMIT PREPARED causing orphaned 2PC files
Next
From: Tatsuo Ishii
Date:
Subject: Re: pgsql: Doc: replace unnecessary non-breaking space with ordinal space.