]> granicus.if.org Git - postgresql/commitdiff
Add missed tag in bloom.sgml
authorAlexander Korotkov <akorotkov@postgresql.org>
Sun, 14 Oct 2018 22:11:33 +0000 (01:11 +0300)
committerAlexander Korotkov <akorotkov@postgresql.org>
Sun, 14 Oct 2018 22:11:33 +0000 (01:11 +0300)
Backpatch commits don't contain this error.

doc/src/sgml/bloom.sgml

index 1f671ed919656a902e19cf7946d3127a9c622106..8e535698df769e54403726f83cda9f078f8716f7 100644 (file)
@@ -51,8 +51,9 @@
     <term><literal>length</literal></term>
     <listitem>
      <para>
-      Length of each signature (index entry) in bits, it is rounded up to the nearest
-      multiple of 16. The default is <literal>80</literal> bits and maximum is <literal>4096</literal>.
+      Length of each signature (index entry) in bits, it is rounded up to the
+      nearest multiple of <literal>16</literal>. The default is
+      <literal>80</literal> bits and maximum is <literal>4096</literal>.
      </para>
     </listitem>
    </varlistentry>