RE: [PATCHES] Patch for Win32 support - Mailing list pgsql-hackers

From Magnus Hagander
Subject RE: [PATCHES] Patch for Win32 support
Date
Msg-id 215896B6B5E1CF11BC5600805FFEA821026E11C3@sirius.edu.sollentuna.se
Whole thread Raw
List pgsql-hackers
> > Hi!
> > 
> > Here is a patch to bring both libpq and psql to a state 
> where it compiles on
> > win32 (native) again. A lot of things have changed, and I 
> have not been able
> > to keep up with them all, so it has been broken for quite a while.
> > After this patch, at least it compiles. It also talks 
> "basic talk" to the
> > server, but I have not yet tested all things. Sending 
> queries, and using
> > e.g. \d or \dt works fine. The rest will have to be tested further. 
> > It also bumps the version on libpq.dll to 7.0.
> 
> Shouldn't the library version number be 2.1?

It probably should. But the previous one (the one that is out with 6.5.x) is
versioned 6.5. If we switched back to 2.1, then any sane installation
program would refuse to install that DLL if the 6.5 DLL was already
installed. Which would be bad.

//Magnus


pgsql-hackers by date:

Previous
From: Keith Parks
Date:
Subject: Solaris breakage - lastest CVS
Next
From: Stephen Birch
Date:
Subject: Daily regression testing via vmware - useful?