I port postgres7.3 to windows 2k and install the pl\pgsql language . After I create a very simple function a like :

 create function a() returns int as 'begin return 1;end;' language plpgsql;

the creation is successful but when I execute the function  :

select a();

The postmaster crashed and restarted. But when the postmaster runs in cygwin and linux, everything is ok.

And I think there will be some problem with the palloc() and such kind of functions on Windows platform.

Can anyone help me ?



Do You Yahoo!?
"更多惊喜,同样精彩,NetVista A30 热卖"

Reply via email to