Re: PL/pgSQL, RAISE and error context

From: Marko Tiikkaja <marko(at)joh(dot)to>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
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 12:28:00
Message-ID: 5235A7D0.5060602@joh.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 15/09/2013 13:58, I wrote:
> Hmm. I just noticed there's something weird going on in the select_view
> test. I'm investigating this currently.

Seems that there's some magic going on and I overwrote the expected
results of the wrong file. However, I can't figure out how one is
supposed to be getting the output of expected/select_views.out, nor do I
find this documented anywhere (I know xml has a similar thing so I tried
grepping around for XML, to no avail).

Here's an updated patch, but I think expected/select_views.out is still
broken.

Regards,
Marko Tiikkaja

Attachment Content-Type Size
raise_context_v3.patch text/plain 110.0 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2013-09-15 13:49:21 Re: PL Code Archive Proposal
Previous Message Marko Tiikkaja 2013-09-15 11:58:24 Re: PL/pgSQL, RAISE and error context