mirror of
https://github.com/postgres/postgres.git
synced 2025-06-26 12:21:12 +03:00
Fix typos in comments.
This commit is contained in:
@ -431,7 +431,7 @@ brin_inclusion_consistent(PG_FUNCTION_ARGS)
|
|||||||
* It is straightforward to support the equality strategies with
|
* It is straightforward to support the equality strategies with
|
||||||
* the contains operator. Generally, inequality strategies do not
|
* the contains operator. Generally, inequality strategies do not
|
||||||
* make much sense for the types which will be used with the
|
* 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
|
* implement them with logical negation of the left-of and
|
||||||
* right-of operators.
|
* right-of operators.
|
||||||
*
|
*
|
||||||
|
@ -489,7 +489,7 @@ tzloadbody(char const * name, char *canonname, struct state * sp, bool doextend,
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* If type 0 is is unused in transitions, it's the type to use for early
|
* If type 0 is unused in transitions, it's the type to use for early
|
||||||
* times.
|
* times.
|
||||||
*/
|
*/
|
||||||
for (i = 0; i < sp->timecnt; ++i)
|
for (i = 0; i < sp->timecnt; ++i)
|
||||||
|
Reference in New Issue
Block a user