projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62d02f3
)
Remove incorrect apostrophe.
author
Robert Haas
<rhaas@postgresql.org>
Wed, 27 Dec 2017 19:01:47 +0000
(11:01 -0800)
committer
Robert Haas
<rhaas@postgresql.org>
Wed, 27 Dec 2017 19:01:47 +0000
(11:01 -0800)
Etsuro Fujita
Discussion: http://postgr.es/m/
5A4393AA
.
8000708
@lab.ntt.co.jp
contrib/postgres_fdw/postgres_fdw.c
patch
|
blob
|
blame
|
history
diff --git
a/contrib/postgres_fdw/postgres_fdw.c
b/contrib/postgres_fdw/postgres_fdw.c
index fb65e2eb20cd84e68de5e3fd5a00b9af521498a4..44db4497c4d71e7c3bb85d28ce81577e06cca0bb 100644
(file)
--- a/
contrib/postgres_fdw/postgres_fdw.c
+++ b/
contrib/postgres_fdw/postgres_fdw.c
@@
-5115,7
+5115,7
@@
conversion_error_callback(void *arg)
/*
* Target list can have Vars and expressions. For Vars, we can get
- * it
'
s relation, however for expressions we can't. Thus for
+ * its relation, however for expressions we can't. Thus for
* expressions, just show generic context message.
*/
if (IsA(tle->expr, Var))