Re: PL/pgSQL, RAISE and error context

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Marko Tiikkaja <marko(at)joh(dot)to>
Cc: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>, Merlin Moncure <mmoncure(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: PL/pgSQL, RAISE and error context
Date: 2013-09-15 02:05:49
Message-ID: 1379210749.19286.28.camel@vanquo.pezone.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, 2013-09-14 at 04:58 +0200, Marko Tiikkaja wrote:
> The attached patch (based on Pavel's patch) changes the default to be
> slightly more verbose (the CONTEXT lines which were previously
> omitted
> will be visible), but adds a new PGVerbosity called COMPACT which
> suppresses CONTEXT in non-error messages. Now DEFAULT will be more
> useful when debugging PL/PgSQL, and people who are annoyed by the new
> behaviour can use the COMPACT mode.

Your patch fails the regression tests.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2013-09-15 02:07:43 Re: [PoC] pgstattuple2: block sampling to reduce physical read
Previous Message Peter Eisentraut 2013-09-15 02:03:50 Re: patch: add MAP_HUGETLB to mmap() where supported (WIP)