Thread: pgsql: Add missing gettext() calls in find_my_exec().

pgsql: Add missing gettext() calls in find_my_exec().

From
tgl@svr1.postgresql.org (Tom Lane)
Date:
Log Message:
-----------
Add missing gettext() calls in find_my_exec().  It's probably too late
to get these strings translated, but we may as well have them be
translatable as not.

Modified Files:
--------------
    pgsql/src/port:
        exec.c (r1.36 -> r1.37)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/exec.c.diff?r1=1.36&r2=1.37)