diff options
author | Alexander Korotkov <akorotkov@postgresql.org> | 2018-10-15 01:11:33 +0300 |
---|---|---|
committer | Alexander Korotkov <akorotkov@postgresql.org> | 2018-10-15 01:11:33 +0300 |
commit | 981b64f840ba81adf47ea0c34694ea416134817e (patch) | |
tree | de4838821b093d388ca734b73e6a9df4a0a02f33 | |
parent | 98afb839059b2708ee4b541d0186581493a2713b (diff) | |
download | postgresql-981b64f840ba81adf47ea0c34694ea416134817e.tar.gz postgresql-981b64f840ba81adf47ea0c34694ea416134817e.zip |
Add missed tag in bloom.sgml
Backpatch commits don't contain this error.
-rw-r--r-- | doc/src/sgml/bloom.sgml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/sgml/bloom.sgml b/doc/src/sgml/bloom.sgml index 1f671ed9196..8e535698df7 100644 --- a/doc/src/sgml/bloom.sgml +++ b/doc/src/sgml/bloom.sgml @@ -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> |