File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8015,7 +8015,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
8015
8015
various purposes. The cluster name appears in the process title for
8016
8016
all server processes in this cluster. Moreover, it is the default
8017
8017
application name for a standby connection (see <xref
8018
- linkend="guc-synchronous-standby-names"/>.)
8018
+ linkend="guc-synchronous-standby-names"/>).
8019
8019
</para>
8020
8020
8021
8021
<para>
Original file line number Diff line number Diff line change @@ -5058,7 +5058,7 @@ PGresult *PQgetResult(PGconn *conn);
5058
5058
<literal>PGRES_PIPELINE_SYNC</literal> will be returned.
5059
5059
The result of the next query after the synchronization point follows
5060
5060
immediately (that is, no null pointer is returned after
5061
- the synchronization point.)
5061
+ the synchronization point).
5062
5062
</para>
5063
5063
5064
5064
<note>
Original file line number Diff line number Diff line change @@ -898,7 +898,7 @@ pgbench <optional> <replaceable>options</replaceable> </optional> <replaceable>d
898
898
Print messages about all errors and failures (errors without retrying)
899
899
including which limit for retries was exceeded and how far it was
900
900
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.)
902
902
See <xref linkend="failures-and-retries"/> for more information.
903
903
</para>
904
904
</listitem>
You can’t perform that action at this time.
0 commit comments