1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-03 20:02:46 +03:00

Fix some grammar errors in bloom.sgml

Discussion:  https://postgr.es/m/CAEepm%3D3sijpGr8tXdyz-7EJJZfhQHABPKEQ29gpnb7-XSy%2B%3D5A%40mail.gmail.com
Reported-by: Thomas Munro
Backpatch-through: 9.6
This commit is contained in:
Alexander Korotkov
2018-10-22 00:23:26 +03:00
parent f4b67efdcb
commit 28ddee2b02

View File

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