diff options
author | Robert Haas <rhaas@postgresql.org> | 2017-12-27 11:01:47 -0800 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2017-12-27 11:01:47 -0800 |
commit | b726eaa37a59d0cae0be56457c9522db7288255d (patch) | |
tree | 3ffdb0ec0d027f8a22ef0dcae26cbaa16deeee92 /contrib/postgres_fdw/postgres_fdw.c | |
parent | 62d02f39e72a2c030711a772f00f47f51262803c (diff) | |
download | postgresql-b726eaa37a59d0cae0be56457c9522db7288255d.tar.gz postgresql-b726eaa37a59d0cae0be56457c9522db7288255d.zip |
Remove incorrect apostrophe.
Etsuro Fujita
Discussion: http://postgr.es/m/5A4393AA.8000708@lab.ntt.co.jp
Diffstat (limited to 'contrib/postgres_fdw/postgres_fdw.c')
-rw-r--r-- | contrib/postgres_fdw/postgres_fdw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/postgres_fdw/postgres_fdw.c b/contrib/postgres_fdw/postgres_fdw.c index fb65e2eb20c..44db4497c4d 100644 --- 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)) |