1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-29 22:49:41 +03:00

Fix whitespace

This commit is contained in:
Peter Eisentraut
2014-07-08 23:29:09 -04:00
parent 56abcf6b82
commit 8522f21400
13 changed files with 21 additions and 21 deletions

View File

@@ -559,7 +559,7 @@
triConsistent alone is sufficient. However, if the boolean variant is
significantly cheaper to calculate, it can be advantageous to provide both.
If only the boolean variant is provided, some optimizations that depend on
refuting index items before fetching all the keys are disabled.
refuting index items before fetching all the keys are disabled.
<variablelist>
<varlistentry>
@@ -628,7 +628,7 @@
When <literal>GIN_MAYBE</> values are present, the function should only
return GIN_TRUE if the item matches whether or not the index item
contains the corresponding query keys. Likewise, the function must
return GIN_FALSE only if the item does not match, whether or not it
return GIN_FALSE only if the item does not match, whether or not it
contains the GIN_MAYBE keys. If the result depends on the GIN_MAYBE
entries, i.e. the match cannot be confirmed or refuted based on the
known query keys, the function must return GIN_MAYBE.