mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Fix typos in comments.
Thom Brown
This commit is contained in:
@ -270,7 +270,7 @@
|
||||
contains the corresponding query keys. Likewise, the function must
|
||||
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, ie. the match cannot be confirmed or refuted based on the
|
||||
entries, i.e. the match cannot be confirmed or refuted based on the
|
||||
known query keys, the function must return GIN_MAYBE.
|
||||
</para>
|
||||
<para>
|
||||
|
Reference in New Issue
Block a user