pgsql: Revise the style of a paragraph in README.md.

From: Nathan Bossart <nathan(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Revise the style of a paragraph in README.md.
Date: 2024-03-21 15:19:03
Message-ID: E1rnKC6-004xMb-PP@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Revise the style of a paragraph in README.md.

Presently, one of the lines in README.md has trailing whitespace,
which was added by commit 363eb05996 to maintain a line break that
was in the non-Markdown version. Instead of changing
.gitattributes, let's match this paragraph's style with the style
of the following paragraph, thereby removing the trailing
whitespace.

Reported-by: Peter Eisentraut
Reviewed-by: Daniel Gustafsson
Discussion: https://postgr.es/m/c0a4e906-c6fe-4519-bd15-28dfcd03fdb2%40eisentraut.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/84d80663199b98db32625b80b039a07487a11b47

Modified Files
--------------
README.md | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2024-03-21 17:09:15 pgsql: docs: Make claims about the benefits of HOT updates more precise
Previous Message Daniel Gustafsson 2024-03-21 14:08:55 pgsql: Refactor SASL exchange to return tri-state status