Re: C-functions using SPI Missing Magic Block Error

From: Saitenheini(at)web(dot)de
To: Joe Conway <mail(at)joeconway(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-general(at)postgresql(dot)org
Subject: Re: C-functions using SPI Missing Magic Block Error
Date: 2010-07-02 15:36:03
Message-ID: 288135423.1351814.1278084963962.JavaMail.fmail@mwmweb050
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Thanks, I've already tried that. I doesn't make any difference. Still the same error.

in Visual C++ I can't even compile it, although I set all links and compiler directories like it was told in this post:
http://www.postgresql.org/docs/8.2/interactive/xfunc-c.html

I don't have more ideas.
What could I do?

>On 07/02/2010 08:13 AM, Saitenheini(at)web(dot)de wrote:
>> Thanks for reply Tom!
>>
>> I've tried several version:
>>
>> #define _USE_32BIT_TIME_T
>>
>> #include "postgres.h"
>> #include "fmgr.h"
>> #include "executor\spi.h"
>>
>> /*
>> #ifdef PG_MODULE_MAGIC
>> PG_MODULE_MAGIC;
>> #endif
>> */
>
>> but still the same error occurs.
>
>You commented out
>
> PG_MODULE_MAGIC;
>
> -- don't do that. Just remove the #ifdef around it.
>
>HTH,
>
>Joe
>
___________________________________________________________
WEB.DE DSL ab 19,99 Euro/Monat. Bis zu 150,- Euro Startguthaben und
50,- Euro Geldprämie inklusive! https://freundschaftswerbung.web.de

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Joe Conway 2010-07-02 15:46:13 Re: C-functions using SPI Missing Magic Block Error
Previous Message Joe Conway 2010-07-02 15:19:18 Re: C-functions using SPI Missing Magic Block Error