Remove incorrect apostrophe.

Etsuro Fujita

Discussion: http://postgr.es/m/5A4393AA.8000708@lab.ntt.co.jp
pull/27/head
Robert Haas 8 years ago
parent 62d02f39e7
commit b726eaa37a
  1. 2
      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))

Loading…
Cancel
Save