pgsql: Enhanced error context support in PL/Python Extract the "while

From: petere(at)postgresql(dot)org (Peter Eisentraut)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Enhanced error context support in PL/Python Extract the "while
Date: 2009-08-25 12:44:59
Message-ID: 20090825124459.4ACE875331E@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Enhanced error context support in PL/Python

Extract the "while creating return value" and "while modifying trigger
row" parts of some error messages into another layer of error context.
This will simplify the upcoming patch to improve data type support, but
it can stand on its own.

Modified Files:
--------------
pgsql/src/pl/plpython:
plpython.c (r1.126 -> r1.127)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/plpython.c?r1=1.126&r2=1.127)
pgsql/src/pl/plpython/expected:
plpython_record.out (r1.2 -> r1.3)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/expected/plpython_record.out?r1=1.2&r2=1.3)
plpython_trigger.out (r1.3 -> r1.4)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/expected/plpython_trigger.out?r1=1.3&r2=1.4)
plpython_types.out (r1.2 -> r1.3)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/expected/plpython_types.out?r1=1.2&r2=1.3)
plpython_unicode.out (r1.1 -> r1.2)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/expected/plpython_unicode.out?r1=1.1&r2=1.2)
plpython_unicode_2.out (r1.1 -> r1.2)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/expected/plpython_unicode_2.out?r1=1.1&r2=1.2)
plpython_unicode_3.out (r1.1 -> r1.2)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/expected/plpython_unicode_3.out?r1=1.1&r2=1.2)
plpython_void.out (r1.1 -> r1.2)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/expected/plpython_void.out?r1=1.1&r2=1.2)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2009-08-26 13:56:24 pgsql: Update the documentation CSS stylesheet to current web site style
Previous Message Peter Eisentraut 2009-08-25 08:14:42 pgsql: Use generic attribute management in PL/Python Switch the