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

Started by Tatsuo Ishiiover 1 year ago5 messagescomitters
Jump to latest
#1Tatsuo Ishii
ishii@postgresql.org

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: /messages/by-id/20240930.153404.202479334310259810.ishii@postgresql.org
Reviewed-by: Yugo Nagata, Daniel Gustafsson
Backpatch-through: 17, 13

Branch
------
master

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

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

#2Michael Paquier
michael@paquier.xyz
In reply to: Tatsuo Ishii (#1)
Re: pgsql: Doc: replace unnecessary non-breaking space with ordinal space.

Ishii-san,

On Tue, Oct 01, 2024 at 03:00:15AM +0000, Tatsuo Ishii wrote:

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: /messages/by-id/20240930.153404.202479334310259810.ishii@postgresql.org
Reviewed-by: Yugo Nagata, Daniel Gustafsson
Backpatch-through: 17, 13

It seems to me that you have forgotten to apply your patch on
REL_17_STABLE. Or am I missing something?
--
Michael

#3Tatsuo Ishii
ishii@postgresql.org
In reply to: Michael Paquier (#2)
Re: pgsql: Doc: replace unnecessary non-breaking space with ordinal space.

Ishii-san,

On Tue, Oct 01, 2024 at 03:00:15AM +0000, Tatsuo Ishii wrote:

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: /messages/by-id/20240930.153404.202479334310259810.ishii@postgresql.org
Reviewed-by: Yugo Nagata, Daniel Gustafsson
Backpatch-through: 17, 13

It seems to me that you have forgotten to apply your patch on
REL_17_STABLE. Or am I missing something?

Thank you for letting know me. I pushed it. But I noticed that now
the commit's author time and commit time are different after pushed
it. Should I revert ot and push it again?
--
Tatsuo Ishii
SRA OSS K.K.
English: http://www.sraoss.co.jp/index_en/
Japanese:http://www.sraoss.co.jp

#4Michael Paquier
michael@paquier.xyz
In reply to: Tatsuo Ishii (#3)
Re: pgsql: Doc: replace unnecessary non-breaking space with ordinal space.

On Tue, Oct 01, 2024 at 04:32:23PM +0900, Tatsuo Ishii wrote:

Thank you for letting know me. I pushed it. But I noticed that now
the commit's author time and commit time are different after pushed
it. Should I revert ot and push it again?

You have applied a cherry-pick, from what I can see. There is no
point in reverting and re-pushing for that, IMO, because there is also
a point in keeping the author timestamp close to the original ones
when doing a cherry-pick of a past commit on a stable branch :)
--
Michael

#5Tatsuo Ishii
ishii@postgresql.org
In reply to: Michael Paquier (#4)
Re: pgsql: Doc: replace unnecessary non-breaking space with ordinal space.

You have applied a cherry-pick, from what I can see.

Yes, I did and "git pull" later on.

There is no
point in reverting and re-pushing for that, IMO, because there is also
a point in keeping the author timestamp close to the original ones
when doing a cherry-pick of a past commit on a stable branch :)

Ok, I leave it as it is.

Best reagards,
--
Tatsuo Ishii
SRA OSS K.K.
English: http://www.sraoss.co.jp/index_en/
Japanese:http://www.sraoss.co.jp