v7-0001-Doc-Use-past-tense-for-things-which-happened-in-t.patch
application/octet-stream
Filename: v7-0001-Doc-Use-past-tense-for-things-which-happened-in-t.patch
Type: application/octet-stream
Part: 4
Patch
Same data as JSON:
GET /api/v1/attachments/:id/patch
the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes.
API reference →
Format: format-patch
Series: patch v7-0001
Subject: Doc: Use past tense for things which happened in the past
| File | + | − |
|---|---|---|
| doc/src/sgml/libpq.sgml | 3 | 3 |
From e505ee12a13ee245a0d67708a35d43c9ced35c42 Mon Sep 17 00:00:00 2001
From: Daniel Gustafsson <dgustafsson@postgresql.org>
Date: Fri, 12 Apr 2024 11:36:08 +0200
Subject: [PATCH v7 1/5] Doc: Use past tense for things which happened in the
past
The paragraph on SSL compression is largely describing events which
took place many years ago, so reword with past tense.
Reviewed-by: Peter Eisentraut <peter@eisentraut.org>
Discussion: https://postgr.es/m/eac70d46-e61c-4d71-a1e1-78e2bfa19485@eisentraut.org
---
doc/src/sgml/libpq.sgml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml
index 9199d0d2e5..0db3667fdf 100644
--- a/doc/src/sgml/libpq.sgml
+++ b/doc/src/sgml/libpq.sgml
@@ -1840,11 +1840,11 @@ postgresql://%2Fvar%2Flib%2Fpostgresql/dbname
<para>
SSL compression is nowadays considered insecure and its use is no
- longer recommended. <productname>OpenSSL</productname> 1.1.0 disables
+ longer recommended. <productname>OpenSSL</productname> 1.1.0 disabled
compression by default, and many operating system distributions
- disable it in prior versions as well, so setting this parameter to on
+ disabled it in prior versions as well, so setting this parameter to on
will not have any effect if the server does not accept compression.
- <productname>PostgreSQL</productname> 14 disables compression
+ <productname>PostgreSQL</productname> 14 disabled compression
completely in the backend.
</para>
--
2.39.3 (Apple Git-146)