]> granicus.if.org Git - postgresql/commitdiff
Fix typos in comments.
authorFujii Masao <fujii@postgresql.org>
Mon, 29 Aug 2016 07:06:40 +0000 (16:06 +0900)
committerFujii Masao <fujii@postgresql.org>
Mon, 29 Aug 2016 07:06:40 +0000 (16:06 +0900)
src/backend/access/brin/brin_inclusion.c
src/timezone/localtime.c

index 0ae7a72996db07f1aa3995b01c3a57e5c26a9c8e..c647be0cedf7feb245f9f0ceb3ffd6a0905db589 100644 (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.
                         *
index a14215d6bde177847c005020431d7df809d7fbd4..d004e5ebe2b4e92b605d09e58d8b48a01d45d83c 100644 (file)
@@ -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.
         */
        for (i = 0; i < sp->timecnt; ++i)