Remove incorrect apostrophe.

Etsuro Fujita

Discussion: http://postgr.es/m/5A4393AA.8000708@lab.ntt.co.jp
This commit is contained in:
Robert Haas 2017-12-27 11:01:47 -08:00
parent 62d02f39e7
commit b726eaa37a
1 changed files with 1 additions and 1 deletions

View File

@ -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))