Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0bc34ad

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 bb8dff9 commit 0bc34ad

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
@@ -8140,7 +8140,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
81408140
various purposes. The cluster name appears in the process title for
81418141
all server processes in this cluster. Moreover, it is the default
81428142
application name for a standby connection (see <xref
8143-
linkend="guc-synchronous-standby-names"/>.)
8143+
linkend="guc-synchronous-standby-names"/>).
81448144
</para>
81458145

81468146
<para>

doc/src/sgml/libpq.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5392,7 +5392,7 @@ PGresult *PQgetResult(PGconn *conn);
53925392
<literal>PGRES_PIPELINE_SYNC</literal> will be returned.
53935393
The result of the next query after the synchronization point follows
53945394
immediately (that is, no null pointer is returned after
5395-
the synchronization point.)
5395+
the synchronization point).
53965396
</para>
53975397

53985398
<note>

doc/src/sgml/ref/pgbench.sgml

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

0 commit comments

Comments
 (0)