Skip to content

Commit c9cfc86

Browse files
committed
Remove some trailing whitespace in documentation files
1 parent dabf63b commit c9cfc86

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

doc/src/sgml/hash.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
contrast, a hash index allows accessing the bucket pages directly,
5050
thereby potentially reducing index access time in larger tables. This
5151
reduction in "logical I/O" becomes even more pronounced on indexes/data
52-
larger than shared_buffers/RAM.
52+
larger than shared_buffers/RAM.
5353
</para>
5454

5555
<para>
@@ -89,7 +89,7 @@
8989
overflow page becomes empty, overflow pages can be recycled for reuse
9090
in other buckets, though we never return them to the operating system.
9191
There is currently no provision to shrink a hash index, other than by
92-
rebuilding it with REINDEX.
92+
rebuilding it with REINDEX.
9393
There is no provision for reducing the number of buckets, either.
9494
</para>
9595

doc/src/sgml/ref/alter_collation.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ HINT: Rebuild all objects affected by this collation and run ALTER COLLATION pg
144144
<para>
145145
When using Windows for collations, version information is only available
146146
for collations defined with BCP 47 language tags such as
147-
<literal>en-US</literal>.
147+
<literal>en-US</literal>.
148148
</para>
149149
</note>
150150
<para>

doc/src/sgml/ref/alter_table.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -881,7 +881,7 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM
881881
<listitem>
882882
<para>
883883
Records the old values of the columns of the primary key, if any.
884-
This is the default for non-system tables.
884+
This is the default for non-system tables.
885885
</para>
886886
</listitem>
887887
</varlistentry>

doc/src/sgml/ref/pg_checksums.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ PostgreSQL documentation
4747

4848
<para>
4949
When verifying checksums, every file in the cluster is scanned. When
50-
enabling checksums, each relation file block with a changed checksum is
50+
enabling checksums, each relation file block with a changed checksum is
5151
rewritten in-place.
5252
Disabling checksums only updates the file <filename>pg_control</filename>.
5353
</para>

0 commit comments

Comments
 (0)