]> granicus.if.org Git - postgresql/commitdiff
Fix typo in comment.
authorFujii Masao <fujii@postgresql.org>
Mon, 25 Jul 2016 08:51:26 +0000 (17:51 +0900)
committerFujii Masao <fujii@postgresql.org>
Mon, 25 Jul 2016 08:51:26 +0000 (17:51 +0900)
Author: Masahiko Sawada

contrib/postgres_fdw/deparse.c

index 0c288c83225824f8fe64fe7359a578420289f545..33610c4040d6b26cdd7eb2397761835516dac78c 100644 (file)
@@ -1637,7 +1637,7 @@ deparseColumnRef(StringInfo buf, int varno, int varattno, PlannerInfo *root,
 
                /*
                 * In case the whole-row reference is under an outer join then it has
-                * to go NULL whenver the rest of the row goes NULL. Deparsing a join
+                * to go NULL whenever the rest of the row goes NULL. Deparsing a join
                 * query would always involve multiple relations, thus qualify_col
                 * would be true.
                 */