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 @@ -7877,7 +7877,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
7877
7877
various purposes. The cluster name appears in the process title for
7878
7878
all server processes in this cluster. Moreover, it is the default
7879
7879
application name for a standby connection (see <xref
7880
- linkend="guc-synchronous-standby-names"/>.)
7880
+ linkend="guc-synchronous-standby-names"/>).
7881
7881
</para>
7882
7882
7883
7883
<para>
Original file line number Diff line number Diff line change @@ -4775,7 +4775,7 @@ PGresult *PQgetResult(PGconn *conn);
4775
4775
<literal>PGRES_PIPELINE_SYNC</literal> will be returned.
4776
4776
The result of the next query after the synchronization point follows
4777
4777
immediately (that is, no null pointer is returned after
4778
- the synchronization point.)
4778
+ the synchronization point).
4779
4779
</para>
4780
4780
4781
4781
<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