1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +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

@@ -270,7 +270,7 @@
<para>
The <link linkend="app-pgchecksums"><application>pg_checksums</application></link>
application can be used to enable or disable data checksums, as well as
application can be used to enable or disable data checksums, as well as
verify checksums, on an offline cluster.
</para>
@@ -783,7 +783,7 @@
<function>issue_xlog_fsync</function> syncs WAL data to disk are counted as
<literal>wal_write_time</literal> and <literal>wal_sync_time</literal> in
<xref linkend="pg-stat-wal-view"/>, respectively.
<function>XLogWrite</function> is normally called by
<function>XLogWrite</function> is normally called by
<function>XLogInsertRecord</function> (when there is no space for the new
record in WAL buffers), <function>XLogFlush</function> and the WAL writer,
to write WAL buffers to disk and call <function>issue_xlog_fsync</function>.