pl/python tracebacks v2

From: Jan Urbański <wulczer(at)wulczer(dot)org>
To: Postgres - Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: pl/python tracebacks v2
Date: 2011-03-20 23:40:02
Message-ID: 4D869052.4020602@wulczer.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I finally got around to updating the PL/Python tracebacks patch. The
other day I was writing some very simple PL/Python code and the lack of
tracebacks is extremely annoying.

Getting a TypeError without any line information in a function with 30
lines because there's a %d instead of a %s somewhere in a logging call
can make your debugging experience very lousy.

Attached is a patch against master, with simplified error forming logic
and the traceback in the context field. If you look at the expected
regression test output, you will see that the only thing that changes is
the presense of tracebacks in context messages.

I'll update the commitfest app for the 2011-Next commitfest, but if
someone would like to pick this up and include it in the 9.1 PL/Python
revamp pack, I'd be thrilled.

Cheers,
Jan

Attachment Content-Type Size
plpython-tracebacks-v2.diff text/x-patch 60.0 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Noah Misch 2011-03-21 00:14:21 Re: maximum digits for NUMERIC
Previous Message Andrew Tipton 2011-03-20 20:17:27 Re: foreign keys for array/period contains relationships