Skip to content

Commit fa761d9

Browse files
committed
Doc: Fix punctuation errors
Author: 斉藤登 <[email protected]> Reviewed-by: David G. Johnston <[email protected]> Discussion: https://postgr.es/m/CAAM3qnL6i-BSu5rB2+KiHLjMCOXiQEiPMBvEj7F1CgUzZMooLA@mail.gmail.com Backpatch-through: 13
1 parent 3819b30 commit fa761d9

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

82158215
<para>

doc/src/sgml/libpq.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5310,7 +5310,7 @@ PGresult *PQgetResult(PGconn *conn);
53105310
<literal>PGRES_PIPELINE_SYNC</literal> will be returned.
53115311
The result of the next query after the synchronization point follows
53125312
immediately (that is, no null pointer is returned after
5313-
the synchronization point.)
5313+
the synchronization point).
53145314
</para>
53155315

53165316
<note>

doc/src/sgml/ref/pgbench.sgml

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

0 commit comments

Comments
 (0)