From 1804d1555f56fcad4ce62e160bab17bdff6c94aa Mon Sep 17 00:00:00 2001 From: Fujii Masao Date: Mon, 25 Jul 2016 17:51:26 +0900 Subject: [PATCH] Fix typo in comment. Author: Masahiko Sawada --- contrib/postgres_fdw/deparse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/postgres_fdw/deparse.c b/contrib/postgres_fdw/deparse.c index 0c288c8322..33610c4040 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. */