Skip to content

Commit 197d33c

Browse files
committed
Fix some trailing whitespace in documentation files
1 parent 43b55ec commit 197d33c

9 files changed

+12
-12
lines changed

doc/src/sgml/fdwhandler.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ AddForeignUpdateTargets(PlannerInfo *root,
460460
for a whole-row <structname>Var</structname> marked with
461461
<structfield>vartype</structfield> = <type>RECORD</type>,
462462
and <literal>wholerow<replaceable>N</replaceable></literal>
463-
for a whole-row <structname>Var</structname> with
463+
for a whole-row <structname>Var</structname> with
464464
<structfield>vartype</structfield> equal to the table's declared rowtype.
465465
Re-use these names when you can (the planner will combine duplicate
466466
requests for identical junk columns). If you need another kind of
@@ -1616,7 +1616,7 @@ ForeignAsyncRequest(AsyncRequest *areq);
16161616
void
16171617
ForeignAsyncConfigureWait(AsyncRequest *areq);
16181618
</programlisting>
1619-
Configure a file descriptor event for which the
1619+
Configure a file descriptor event for which the
16201620
<structname>ForeignScan</structname> node wishes to wait.
16211621
This function will only be called when the
16221622
<structname>ForeignScan</structname> node has the

doc/src/sgml/installation.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -982,7 +982,7 @@ build-postgresql:
982982
<filename>configure</filename> will check for the required
983983
header files and libraries to make sure that your
984984
<productname>OpenSSL</productname> installation is sufficient
985-
before proceeding.
985+
before proceeding.
986986
</para>
987987
</listitem>
988988
</varlistentry>

doc/src/sgml/logical-replication.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@
305305
using <command>ALTER SUBSCRIPTION</command> before attempting to drop
306306
the subscription. If the remote database instance no longer exists, no
307307
further action is then necessary. If, however, the remote database
308-
instance is just unreachable, the replication slot (and any still
308+
instance is just unreachable, the replication slot (and any still
309309
remaining table synchronization slots) should then be
310310
dropped manually; otherwise it/they would continue to reserve WAL and might
311311
eventually cause the disk to fill up. Such cases should be carefully

doc/src/sgml/logicaldecoding.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ typedef void (*LogicalOutputPluginInit) (struct OutputPluginCallbacks *cb);
477477
<para>
478478
An output plugin may also define functions to support two-phase commits,
479479
which allows actions to be decoded on the <command>PREPARE TRANSACTION</command>.
480-
The <function>begin_prepare_cb</function>, <function>prepare_cb</function>,
480+
The <function>begin_prepare_cb</function>, <function>prepare_cb</function>,
481481
<function>stream_prepare_cb</function>,
482482
<function>commit_prepared_cb</function> and <function>rollback_prepared_cb</function>
483483
callbacks are required, while <function>filter_prepare_cb</function> is optional.
@@ -1202,7 +1202,7 @@ stream_commit_cb(...); &lt;-- commit of the streamed transaction
12021202
To support the streaming of two-phase commands, an output plugin needs to
12031203
provide additional callbacks. There are multiple two-phase commit callbacks
12041204
that are required, (<function>begin_prepare_cb</function>,
1205-
<function>prepare_cb</function>, <function>commit_prepared_cb</function>,
1205+
<function>prepare_cb</function>, <function>commit_prepared_cb</function>,
12061206
<function>rollback_prepared_cb</function> and
12071207
<function>stream_prepare_cb</function>) and an optional callback
12081208
(<function>filter_prepare_cb</function>).

doc/src/sgml/ref/pgupgrade.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ NET STOP postgresql-&majorversion;
375375
<quote>Latest checkpoint location</quote> values match in all clusters.
376376
(There will be a mismatch if old standby servers were shut down
377377
before the old primary or if the old standby servers are still running.)
378-
Also, make sure <varname>wal_level</varname> is not set to
378+
Also, make sure <varname>wal_level</varname> is not set to
379379
<literal>minimal</literal> in the <filename>postgresql.conf</filename> file on the
380380
new primary cluster.
381381
</para>

doc/src/sgml/ref/psql-ref.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1937,7 +1937,7 @@ testdb=&gt;
19371937
The status of each kind of extended statistics is shown in a column
19381938
named after its statistic kind (e.g. Ndistinct).
19391939
"defined" means that it was requested when creating the statistics,
1940-
and NULL means it wasn't requested.
1940+
and NULL means it wasn't requested.
19411941
You can use pg_stats_ext if you'd like to know whether <link linkend="sql-analyze">
19421942
<command>ANALYZE</command></link> was run and statistics are available to the
19431943
planner.

doc/src/sgml/ref/reindex.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ REINDEX [ ( <replaceable class="parameter">option</replaceable> [, ...] ) ] { IN
224224
<term><replaceable class="parameter">new_tablespace</replaceable></term>
225225
<listitem>
226226
<para>
227-
The tablespace where indexes will be rebuilt.
227+
The tablespace where indexes will be rebuilt.
228228
</para>
229229
</listitem>
230230
</varlistentry>

doc/src/sgml/ref/vacuum.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] [ ANALYZE ] [ <replaceable class="paramet
398398
<literal>FULL</literal> option will report its progress in the
399399
<structname>pg_stat_progress_vacuum</structname> view. Backends running
400400
<command>VACUUM FULL</command> will instead report their progress in the
401-
<structname>pg_stat_progress_cluster</structname> view. See
401+
<structname>pg_stat_progress_cluster</structname> view. See
402402
<xref linkend="vacuum-progress-reporting"/> and
403403
<xref linkend="cluster-progress-reporting"/> for details.
404404
</para>

doc/src/sgml/wal.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@
270270

271271
<para>
272272
The <link linkend="app-pgchecksums"><application>pg_checksums</application></link>
273-
application can be used to enable or disable data checksums, as well as
273+
application can be used to enable or disable data checksums, as well as
274274
verify checksums, on an offline cluster.
275275
</para>
276276

@@ -783,7 +783,7 @@
783783
<function>issue_xlog_fsync</function> syncs WAL data to disk are counted as
784784
<literal>wal_write_time</literal> and <literal>wal_sync_time</literal> in
785785
<xref linkend="pg-stat-wal-view"/>, respectively.
786-
<function>XLogWrite</function> is normally called by
786+
<function>XLogWrite</function> is normally called by
787787
<function>XLogInsertRecord</function> (when there is no space for the new
788788
record in WAL buffers), <function>XLogFlush</function> and the WAL writer,
789789
to write WAL buffers to disk and call <function>issue_xlog_fsync</function>.

0 commit comments

Comments
 (0)