aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFujii Masao <fujii@postgresql.org>2016-07-25 17:51:26 +0900
committerFujii Masao <fujii@postgresql.org>2016-07-25 17:51:26 +0900
commit1804d1555f56fcad4ce62e160bab17bdff6c94aa (patch)
treedaa034150838b1dbedb23c9f1280cb6a47c76a4b
parent2a0f89cd717ce6d49cdc47850577823682167e87 (diff)
downloadpostgresql-1804d1555f56fcad4ce62e160bab17bdff6c94aa.tar.gz
postgresql-1804d1555f56fcad4ce62e160bab17bdff6c94aa.zip
Fix typo in comment.
Author: Masahiko Sawada
-rw-r--r--contrib/postgres_fdw/deparse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/postgres_fdw/deparse.c b/contrib/postgres_fdw/deparse.c
index 0c288c83225..33610c4040d 100644
--- a/contrib/postgres_fdw/deparse.c
+++ b/contrib/postgres_fdw/deparse.c
@@ -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.
*/