1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-30 06:01:21 +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>