File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8140,7 +8140,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
8140
8140
various purposes. The cluster name appears in the process title for
8141
8141
all server processes in this cluster. Moreover, it is the default
8142
8142
application name for a standby connection (see <xref
8143
- linkend="guc-synchronous-standby-names"/>.)
8143
+ linkend="guc-synchronous-standby-names"/>).
8144
8144
</para>
8145
8145
8146
8146
<para>
Original file line number Diff line number Diff line change @@ -5392,7 +5392,7 @@ PGresult *PQgetResult(PGconn *conn);
5392
5392
<literal>PGRES_PIPELINE_SYNC</literal> will be returned.
5393
5393
The result of the next query after the synchronization point follows
5394
5394
immediately (that is, no null pointer is returned after
5395
- the synchronization point.)
5395
+ the synchronization point).
5396
5396
</para>
5397
5397
5398
5398
<note>
Original file line number Diff line number Diff line change @@ -908,7 +908,7 @@ pgbench <optional> <replaceable>options</replaceable> </optional> <replaceable>d
908
908
Print messages about all errors and failures (errors without retrying)
909
909
including which limit for retries was exceeded and how far it was
910
910
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.)
912
912
See <xref linkend="failures-and-retries"/> for more information.
913
913
</para>
914
914
</listitem>
You can’t perform that action at this time.
0 commit comments