The following bug has been logged online:
Bug reference: 2981
Logged by: Asif
Email address: [EMAIL PROTECTED]
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
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
-- 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
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