| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Alejandro Carrillo <fasterzip(at)yahoo(dot)es> |
| Cc: | "pgsql-performance(at)postgresql(dot)org" <pgsql-performance(at)postgresql(dot)org> |
| Subject: | Re: Missing block Magic |
| Date: | 2012-06-05 17:00:07 |
| Message-ID: | 3563.1338915607@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-performance |
Alejandro Carrillo <fasterzip(at)yahoo(dot)es> writes:
> ERROR: biblioteca C:\Documents and Settings\Administrador\Escritorio\test\test.dll incompatible: no se encuentra el bloque mgico
> HINT: Se requiere que las bibliotecas de extensin 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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Alejandro Carrillo | 2012-06-05 18:51:06 | Re: Missing block Magic |
| Previous Message | Alejandro Carrillo | 2012-06-05 16:12:34 | Missing block Magic |