Обсуждение: RE: [PATCHES] Patch for Win32 support

Поиск
Список
Период
Сортировка

RE: [PATCHES] Patch for Win32 support

От
Magnus Hagander
Дата:
> > 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