1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-09 06:21:09 +03:00

Fix typos in comments.

This commit is contained in:
Fujii Masao
2016-08-29 16:06:40 +09:00
parent bab7823a49
commit bd082231ed
2 changed files with 2 additions and 2 deletions

View File

@@ -431,7 +431,7 @@ brin_inclusion_consistent(PG_FUNCTION_ARGS)
* It is straightforward to support the equality strategies with
* the contains operator. Generally, inequality strategies do not
* make much sense for the types which will be used with the
* inclusion BRIN family of opclasses, but is is possible to
* inclusion BRIN family of opclasses, but is possible to
* implement them with logical negation of the left-of and
* right-of operators.
*