Search Postgresql Archives
Using a library compiled for 8.3 in 8.2
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
- To: pgsql-general@xxxxxxxxxxxxxx
- Subject: Using a library compiled for 8.3 in 8.2
- From: "Marcelo de Moraes Serpa" <celoserpa@xxxxxxxxx>
- Date: Fri, 27 Apr 2007 11:34:28 -0300
- Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=dan3IYNhaf0cuCXCVhCsmVNOhPHSmYgN9d+Rax5TjSALGVf1vL5Kz8dBoKTcFn0YCXOjRlOThtmB0PVQEWGKxbjUm2PDdvWZ4s2fUEDN2DS7mtX25RuYapUOUCO+NeyIt4Bu9ZyVUCZ3/WTeFrsawt/wC9IOtHr/xIIc2eXvQg8=
Hello!
Today, I have finally managed to compile PostgreSQL 8.3devel using Visual C++ 2005 on Windows XP PRO. It was a tough process as I've never hacked such a big OS project like PGSQL. I did it becouse I needed to develop some C functions that will be exported as functions to be called as Stored Procedures. The dll compiled well, however, when I try to create it in the database using the CREATE OR REPLACE FUNCTION, I get the following error message:
ERROR: incompatible library "C:\Arquivos de programas\PostgreSQL\8.2\lib\sgipgfunc.dll": version mismatch
SQL state: XX000
Detail: Server is version 8.2, library is version 8.3.
How could I make it work with
8.2 without having to download the 8.2 source code and compiling it? Is there a way to do that?
Thanks in advance,
Marcelo.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]
[Postgresql Jobs]
[Postgresql Admin]
[Postgresql Performance]
[Linux Clusters]
[PHP Home]
[PHP on Windows]
[Kernel Newbies]
[PHP Classes]
[PHP Books]
[PHP Databases]
[Postgresql & PHP]
[Yosemite]