pgsql: Cleanup pass over PL/Python NLS.

From: petere(at)postgresql(dot)org (Peter Eisentraut)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Cleanup pass over PL/Python NLS.
Date: 2009-01-15 13:49:57
Message-ID: 20090115134957.32984754877@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Cleanup pass over PL/Python NLS. Add translation support to PLy_elog and
PLy_exception_set, and clarify some error messages.

Modified Files:
--------------
pgsql/src/pl/plpython:
Makefile (r1.31 -> r1.32)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/Makefile?r1=1.31&r2=1.32)
nls.mk (r1.1 -> r1.2)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/nls.mk?r1=1.1&r2=1.2)
plpython.c (r1.117 -> r1.118)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/plpython.c?r1=1.117&r2=1.118)
pgsql/src/pl/plpython/expected:
plpython_error.out (r1.3 -> r1.4)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/expected/plpython_error.out?r1=1.3&r2=1.4)
plpython_test.out (r1.6 -> r1.7)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/expected/plpython_test.out?r1=1.6&r2=1.7)

Browse pgsql-committers by date

  From Date Subject
Next Message Teodor Sigaev 2009-01-15 16:33:28 pgsql: Fix generation too long headline with ShortWords.
Previous Message Peter Eisentraut 2009-01-15 12:59:12 pgsql: Remove unneeded GETTEXT_TRIGGERS.