Re: [BUGS] server crash: displaying sqlerrm in exception block

2007-02-08 Thread Asif Ali
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 <[EMAIL PROTECTED]> wrote: "Asif Ali" <[EMAIL PROTECTED]> writes: > here is

Re: [BUGS] server crash: displaying sqlerrm in exception block

2007-02-08 Thread Asif Ali
-- it show's RAISE INFO 'sql error v_msg %',v_msg; -- it show's ENd; RETURN 0; END; $$ LANGUAGE plpgsql; Regards, --Asif On 2/8/07, Tom Lane <[EMAIL PROTECTED]> wrote: "Asif Ali" <[EMAIL PROTECTED]> writes: > your patch fixes the crash but

[BUGS] server crash: displaying sqlerrm in exception block

2007-02-07 Thread Asif Ali
PostgreSQL version: 8.2.1 Operating system: Fedora 3 Description:server crash Details: I have compiled postgres 8.2.1 with gcc 4.1. and when executed this function it crashes the server. i also fetched the code from postgres repository (8.3devel) and tested this code but it still crash