pgsql: Add missing gettext() calls in find_my_exec(). - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Add missing gettext() calls in find_my_exec().
Date
Msg-id 20050114174749.CDFDD3A1AE8@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
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)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: plperl trigger handler tried to fetch new/old tuples even when
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Update obsolete comment, per Alvaro.