Skip to content

Commit 80b23bf

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 6884202 commit 80b23bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/src/sgml/config.sgml

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

74957495
<para>

doc/src/sgml/libpq.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4756,7 +4756,7 @@ PGresult *PQgetResult(PGconn *conn);
47564756
<literal>PGRES_PIPELINE_SYNC</literal> will be returned.
47574757
The result of the next query after the synchronization point follows
47584758
immediately (that is, no null pointer is returned after
4759-
the synchronization point.)
4759+
the synchronization point).
47604760
</para>
47614761

47624762
<note>

0 commit comments

Comments
 (0)