Re: LIBPQ on Windows and large Queries

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: LIBPQ on Windows and large Queries
Дата
Msg-id 26349.996212169@sss.pgh.pa.us
обсуждение исходный текст
Ответ на LIBPQ on Windows and large Queries  ("Steve Howe" <howe@carcass.dhs.org>)
Ответы Re: LIBPQ on Windows and large Queries  (Joerg Hessdoerfer <Joerg.Hessdoerfer@sea-gmbh.com>)
Список pgsql-hackers
"Steve Howe" <howe@carcass.dhs.org> writes:
>         Is anybody trying to solve the 8191 bytes query limit from libpq
> windows port ???

I think it's *your* responsibility, at least to identify what's going
on.  This is an open source project, and that means you can and should
fix problems that affect you.

FWIW, if the problem is real (which I still misdoubt), it seems like
it would have to be related to needing to flush multiple output
bufferloads during a single PQsendQuery.  This works just fine on
everything but Windows --- why would it fail there?  And why would
no one but you have complained of it before?  I have no ideas.
        regards, tom lane


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

Предыдущее
От: "Dominic J. Eidson"
Дата:
Сообщение: Re: Failed compile PostgreSQL 7.1.2 on AIX 5.1
Следующее
От: Joerg Hessdoerfer
Дата:
Сообщение: Re: LIBPQ on Windows and large Queries