From: | Tatsuo Ishii <ishii(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Doc: replace unnecessary non-breaking space with ordinal space. |
Date: | 2024-10-01 03:00:35 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | 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_13_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/4f6d43c6f8ec138f6e9bc9c9a8871361819d7a2e
Modified Files
--------------
doc/src/sgml/ref/drop_extension.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Paquier | 2024-10-01 06:44:55 | pgsql: Fix race condition in COMMIT PREPARED causing orphaned 2PC files |
Previous Message | Tatsuo Ishii | 2024-10-01 03:00:30 | pgsql: Doc: replace unnecessary non-breaking space with ordinal space. |