Re: LIBPQ on Windows and large Queries - Mailing list pgsql-hackers

From Tom Lane
Subject Re: LIBPQ on Windows and large Queries
Date
Msg-id 26349.996212169@sss.pgh.pa.us
Whole thread Raw
In response to LIBPQ on Windows and large Queries  ("Steve Howe" <howe@carcass.dhs.org>)
Responses Re: LIBPQ on Windows and large Queries  (Joerg Hessdoerfer <Joerg.Hessdoerfer@sea-gmbh.com>)
List 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 by date:

Previous
From: "Dominic J. Eidson"
Date:
Subject: Re: Failed compile PostgreSQL 7.1.2 on AIX 5.1
Next
From: Joerg Hessdoerfer
Date:
Subject: Re: LIBPQ on Windows and large Queries