projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a0f89c
)
Fix typo in comment.
author
Fujii Masao
<fujii@postgresql.org>
Mon, 25 Jul 2016 08:51:26 +0000
(17:51 +0900)
committer
Fujii Masao
<fujii@postgresql.org>
Mon, 25 Jul 2016 08:51:26 +0000
(17:51 +0900)
Author: Masahiko Sawada
contrib/postgres_fdw/deparse.c
patch
|
blob
|
blame
|
history
diff --git
a/contrib/postgres_fdw/deparse.c
b/contrib/postgres_fdw/deparse.c
index 0c288c83225824f8fe64fe7359a578420289f545..33610c4040d6b26cdd7eb2397761835516dac78c 100644
(file)
--- 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 when
e
ver the rest of the row goes NULL. Deparsing a join
* query would always involve multiple relations, thus qualify_col
* would be true.
*/