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 @@ -8209,7 +8209,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
8209
8209
various purposes. The cluster name appears in the process title for
8210
8210
all server processes in this cluster. Moreover, it is the default
8211
8211
application name for a standby connection (see <xref
8212
- linkend="guc-synchronous-standby-names"/>.)
8212
+ linkend="guc-synchronous-standby-names"/>).
8213
8213
</para>
8214
8214
8215
8215
<para>
Original file line number Diff line number Diff line change @@ -5310,7 +5310,7 @@ PGresult *PQgetResult(PGconn *conn);
5310
5310
<literal>PGRES_PIPELINE_SYNC</literal> will be returned.
5311
5311
The result of the next query after the synchronization point follows
5312
5312
immediately (that is, no null pointer is returned after
5313
- the synchronization point.)
5313
+ the synchronization point).
5314
5314
</para>
5315
5315
5316
5316
<note>
Original file line number Diff line number Diff line change @@ -909,7 +909,7 @@ pgbench <optional> <replaceable>options</replaceable> </optional> <replaceable>d
909
909
Print messages about all errors and failures (errors without retrying)
910
910
including which limit for retries was exceeded and how far it was
911
911
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.)
913
913
See <xref linkend="failures-and-retries"/> for more information.
914
914
</para>
915
915
</listitem>
You can’t perform that action at this time.
0 commit comments