Re: Missing magic block - Mailing list pgsql-general

From Tom Lane
Subject Re: Missing magic block
Date
Msg-id 23608.1178994160@sss.pgh.pa.us
Whole thread Raw
In response to Re: Missing magic block  (Mario Munda <mario.munda@gmail.com>)
List pgsql-general
Mario Munda <mario.munda@gmail.com> writes:
> I've changed:
> #ifdef PG_MODULE_MAGIC
> PG_MODULE_MAGIC;
> #endif

> to:

> #define PG_MODULE_MAGIC ;

Uh, that turns it into a complete no-op.  It should just be

PG_MODULE_MAGIC;

If you tried that and it didn't compile, that's proof that you're using
pre-8.2 header files ...

            regards, tom lane

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Partitioning on IS NULL / IS NOT NULL not supported?
Next
From: Tom Allison
Date:
Subject: Re: stuck on values in 8.2