RE: [HACKERS] Re: (postgres) Libpq Win32

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема RE: [HACKERS] Re: (postgres) Libpq Win32
Дата
Msg-id 51F537775B63D0119D8D00805FBEB256E601B9@venture.edu.sollentuna.se
обсуждение исходный текст
Список pgsql-hackers
> roberto@mha.com.br (Roberto Joao Lopes Garcia) writes:
> > Is it possible to get this patch, or it will be available only in
> > PostgreSQL 6.4?
>
> Since Magnus indicated that his changes depended on the recent libpq
> rewrite (with accompanying protocol changes), you'd have to do some
> significant surgery to get it to work with a 6.3.2 pgsql server.

Yes, that is correct.
The "old libpq" was much based on using fdopen() on the sockets,
which is not at all supported under Win32. The new code uses send()
and recv(), which made the porting really easy.


//Magnus

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Re: (postgres) Libpq Win32
Следующее
От: Bruce Momjian
Дата:
Сообщение: MySQL and PostgreSQL