Re: server crash: displaying sqlerrm in exception block

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Asif Ali" <asifalirehman(at)gmail(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: server crash: displaying sqlerrm in exception block
Date: 2007-02-08 15:37:39
Message-ID: 8184.1170949059@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Asif Ali" <asifalirehman(at)gmail(dot)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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Guillaume Smet 2007-02-08 16:37:16 Re: BUG #2979: Functional indexes ERROR while updating table
Previous Message Asif Ali 2007-02-08 15:17:50 Re: server crash: displaying sqlerrm in exception block