POSTMASTER crashed when I execute a function - Mailing list pgsql-bugs

From William.Jiang
Subject POSTMASTER crashed when I execute a function
Date
Msg-id 20030324150511.40778.qmail@web21408.mail.yahoo.com
Whole thread Raw
List pgsql-bugs
<p>I port postgres7.3 to windows 2k and install the pl\pgsql language . After I create a very simple function a
like :<p> createfunction a() returns int as 'begin return 1;end;' language plpgsql;<p>the creation is successful but
whenI execute the function  :<p>select a();<p>The postmaster crashed and restarted. But when the postmaster runs in
cygwinand linux, everything is ok.<p>And I think there will be some problem with the palloc() and such kind of
functionson Windows platform. <p>Can anyone help me ?<p><br /><hr size="1" /><b>Do You Yahoo!?</b><br /><a
href="http://ad.cn.doubleclick.net/clk;5313999;7930402;p?http://www.ibm.com/cn/promotion/pc/netvista_a30/index.shtml">"更多惊喜,同样精彩,NetVista
A30热卖"</a> 

pgsql-bugs by date:

Previous
From: pgsql-bugs@postgresql.org
Date:
Subject: Bug #916: Unable to escape the char {.
Next
From: "Frédéric SURLEAU"
Date:
Subject: FileSize limit not handled.