Re: [PATCH] Patch for more verbose error reporting in

From: Vsevolod Lobko <seva(at)sevasoft(dot)kiev(dot)ua>
To: "'PostgreSQL Patches'" <pgsql-patches(at)postgresql(dot)org>
Subject: Re: [PATCH] Patch for more verbose error reporting in
Date: 2001-10-03 19:38:53
Message-ID: 20011003223642.V10793-100000@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Previous patch has problems with 8-bit characters :))
Attached corrected version.

On Wed, 3 Oct 2001, Vsevolod Lobko wrote:

> This patch adds reporting of tcl global variable errorInfo
> which contains stack trace.
> One problem, after this patch errors will generate multiline ERROR
> messages. Is it acceptable or do I need split it and generate multiple
> singleline messages?

Multiline messages was used in pltcl.c already, so I think this is
acceptable.

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Vsevolod Lobko 2001-10-03 19:56:39 [PATCH] pl/tcl elog command Unicode patch
Previous Message Vsevolod Lobko 2001-10-03 19:30:23 [PATCH] Patch for more verbose error reporting in pl/tcl