Remove incorrect apostrophe.
Etsuro Fujita Discussion: http://postgr.es/m/5A4393AA.8000708@lab.ntt.co.jp
This commit is contained in:
parent
62d02f39e7
commit
b726eaa37a
@ -5115,7 +5115,7 @@ conversion_error_callback(void *arg)
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Target list can have Vars and expressions. For Vars, we can get
|
* 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.
|
* expressions, just show generic context message.
|
||||||
*/
|
*/
|
||||||
if (IsA(tle->expr, Var))
|
if (IsA(tle->expr, Var))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user