Re: [GENERAL] Missing magic block

2007-05-12 Thread Mario Munda
.gch /usr/local/pgsql/include/server/storage/bufmgr.h /usr/local/pgsql/include/server/fmgr.h So there obviously are more headers on the system, but i've tried to compile the .so with the second and the last one. Both time the same result. Tom Lane je napisal: > Mario Munda <[EMAIL PRO

Re: [GENERAL] Missing magic block

2007-05-10 Thread Mario Munda
"Brad Buran" je napisal: > Hi Martijn, > > Thank you very much for the suggestion: > > > > CREATE FUNCTION add_one(IN int) > > > RETURNS int > > > AS 'add_one' > > > LANGUAGE C; > > I corrected this to say: > > AS 'Project1', 'add_one' > > And restarted psql (rebooted for that matter a