Re: [HACKERS] [COMMITTERS] pgsql: Add traceback information to PL/Python errors

2011-04-07 Thread Jan Urbański
On 08/04/11 00:25, Robert Haas wrote: > On Thu, Apr 7, 2011 at 5:06 PM, Jan Urbański wrote: >> On 07/04/11 23:01, Robert Haas wrote: >>> On Wed, Apr 6, 2011 at 3:37 PM, Peter Eisentraut wrote: Add traceback information to PL/Python errors This mimics the traceback information the P

Re: [HACKERS] [COMMITTERS] pgsql: Add traceback information to PL/Python errors

2011-04-07 Thread Robert Haas
On Thu, Apr 7, 2011 at 5:06 PM, Jan Urbański wrote: > On 07/04/11 23:01, Robert Haas wrote: >> On Wed, Apr 6, 2011 at 3:37 PM, Peter Eisentraut wrote: >>> Add traceback information to PL/Python errors >>> >>> This mimics the traceback information the Python interpreter prints >>> with exceptions.

Re: [HACKERS] [COMMITTERS] pgsql: Add traceback information to PL/Python errors

2011-04-07 Thread Jan Urbański
On 07/04/11 23:01, Robert Haas wrote: > On Wed, Apr 6, 2011 at 3:37 PM, Peter Eisentraut wrote: >> Add traceback information to PL/Python errors >> >> This mimics the traceback information the Python interpreter prints >> with exceptions. >> >> Jan Urbański > > On my system this spits out a warni

Re: [HACKERS] [COMMITTERS] pgsql: Add traceback information to PL/Python errors

2011-04-07 Thread Robert Haas
On Wed, Apr 6, 2011 at 3:37 PM, Peter Eisentraut wrote: > Add traceback information to PL/Python errors > > This mimics the traceback information the Python interpreter prints > with exceptions. > > Jan Urbański On my system this spits out a warning: plpython.c: In function ‘PLy_traceback’: plpy