Re: server crash: displaying sqlerrm in exception block - Mailing list pgsql-bugs

From Asif Ali
Subject Re: server crash: displaying sqlerrm in exception block
Date
Msg-id c5110cc50702081200r55962f66sca39a49453b99e4@mail.gmail.com
Whole thread Raw
In response to Re: server crash: displaying sqlerrm in exception block  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
Hi,
well i just updated the code and found your patch is applied in there and
it's working. may be i missed something while applying your patch.

Regards,
--Asif

On 2/8/07, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>
> "Asif Ali" <asifalirehman@gmail.com> writes:
> > here is the test case
>
> It works for me:
>
> regression=# select func();
> INFO:  sql error msg ex -----
> INFO:  sql error msg ex -----
> INFO:  sql error v_msg ex -----
> func
> ------
>     0
> (1 row)
>
> Are you sure you applied the patch correctly?  In particular, you'd need
> a working version of bison to rebuild the gram.y file --- the behavior
> you're reporting sounds like what would happen if that hadn't gotten
> rebuilt.
>
>                         regards, tom lane
>



--
Regards,
--Asif Ali Rehman

pgsql-bugs by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: BUG #2975: UNIQUE INDEX doesn't work
Next
From: Peter Eisentraut
Date:
Subject: Weird misinterpretation of EXECUTE in PL/pgSQL