Re: Missing block Magic - Mailing list pgsql-performance

From Tom Lane
Subject Re: Missing block Magic
Date
Msg-id 3563.1338915607@sss.pgh.pa.us
Whole thread Raw
In response to Missing block Magic  (Alejandro Carrillo <fasterzip@yahoo.es>)
Responses Re: Missing block Magic  (Alejandro Carrillo <fasterzip@yahoo.es>)
List pgsql-performance
Alejandro Carrillo <fasterzip@yahoo.es> writes:
> ERROR:� biblioteca �C:\Documents and Settings\Administrador\Escritorio\test\test.dll� incompatible: no se encuentra
elbloque m�gico 
> HINT:� Se requiere que las bibliotecas de extensi�n usen la macro PG_MODULE_MAGIC.

[ scratches head ... ]  Your source code looks fine.  Are you sure you
are pointing to the right copy of the .dll file?

If you added the PG_MODULE_MAGIC; line after getting this error, it's
likely that the old version of the .dll is already loaded into the
server's memory, in which case what you need to do to get rid of it
is to restart the server, or at least start a fresh session.

            regards, tom lane

pgsql-performance by date:

Previous
From: Alejandro Carrillo
Date:
Subject: Missing block Magic
Next
From: Alejandro Carrillo
Date:
Subject: Re: Missing block Magic