1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-22 17:42:17 +03:00

Fix some trailing whitespace in documentation files

This commit is contained in:
Peter Eisentraut
2021-04-22 22:47:57 +02:00
parent 43b55ec4bc
commit 197d33ccbe
9 changed files with 12 additions and 12 deletions

View File

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

View File

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

View File

@@ -224,7 +224,7 @@ REINDEX [ ( <replaceable class="parameter">option</replaceable> [, ...] ) ] { IN
<term><replaceable class="parameter">new_tablespace</replaceable></term>
<listitem>
<para>
The tablespace where indexes will be rebuilt.
The tablespace where indexes will be rebuilt.
</para>
</listitem>
</varlistentry>

View File

@@ -398,7 +398,7 @@ VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] [ ANALYZE ] [ <replaceable class="paramet
<literal>FULL</literal> option will report its progress in the
<structname>pg_stat_progress_vacuum</structname> view. Backends running
<command>VACUUM FULL</command> will instead report their progress in the
<structname>pg_stat_progress_cluster</structname> view. See
<structname>pg_stat_progress_cluster</structname> view. See
<xref linkend="vacuum-progress-reporting"/> and
<xref linkend="cluster-progress-reporting"/> for details.
</para>