Skip to content

Commit d29bf19

Browse files
committed
Doc: Fix punctuation errors
Author: 斉藤登 <noborusai@gmail.com> Reviewed-by: David G. Johnston <david.g.johnston@gmail.com> Discussion: https://postgr.es/m/CAAM3qnL6i-BSu5rB2+KiHLjMCOXiQEiPMBvEj7F1CgUzZMooLA@mail.gmail.com Backpatch-through: 13
1 parent 61f3dcf commit d29bf19

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/src/sgml/config.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8015,7 +8015,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
80158015
various purposes. The cluster name appears in the process title for
80168016
all server processes in this cluster. Moreover, it is the default
80178017
application name for a standby connection (see <xref
8018-
linkend="guc-synchronous-standby-names"/>.)
8018+
linkend="guc-synchronous-standby-names"/>).
80198019
</para>
80208020

80218021
<para>

doc/src/sgml/libpq.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5058,7 +5058,7 @@ PGresult *PQgetResult(PGconn *conn);
50585058
<literal>PGRES_PIPELINE_SYNC</literal> will be returned.
50595059
The result of the next query after the synchronization point follows
50605060
immediately (that is, no null pointer is returned after
5061-
the synchronization point.)
5061+
the synchronization point).
50625062
</para>
50635063

50645064
<note>

doc/src/sgml/ref/pgbench.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -898,7 +898,7 @@ pgbench <optional> <replaceable>options</replaceable> </optional> <replaceable>d
898898
Print messages about all errors and failures (errors without retrying)
899899
including which limit for retries was exceeded and how far it was
900900
exceeded for the serialization/deadlock failures. (Note that in this
901-
case the output can be significantly increased.).
901+
case the output can be significantly increased.)
902902
See <xref linkend="failures-and-retries"/> for more information.
903903
</para>
904904
</listitem>

0 commit comments

Comments
 (0)