Re: [GENERAL] 32-bit libpq with 64-bit server

2012-06-21 Thread Marc Watson
-Message d'origine- De : Merlin Moncure [mailto:mmonc...@gmail.com] Envoyé : June-20-12 11:36 AM It should pretty much work. The main thing to watch out for is that very large results sets will hit the upper limit on memory allocations. merlin De : Craig Ringer [mailto:r

Re: [GENERAL] 32-bit libpq with 64-bit server

2012-06-20 Thread Craig Ringer
On 06/20/2012 11:07 PM, Marc Watson wrote: Hello all, On Windows, I have a 32-bit client application that uses the 32-bit libpq.dll. In testing the client application with a Postgres 9.2 64-bit server I've noticed no problems, and was wondering if anyone knows of any caveats in this -- AFAIC

Re: [GENERAL] 32-bit libpq with 64-bit server

2012-06-20 Thread Merlin Moncure
On Wed, Jun 20, 2012 at 10:07 AM, Marc Watson wrote: > Hello all, > > On Windows, I have a 32-bit client application that uses the 32-bit > libpq.dll. In testing the client application with a Postgres 9.2 64-bit > server I’ve noticed no problems, and was wondering if anyone knows of any > caveats

[GENERAL] 32-bit libpq with 64-bit server

2012-06-20 Thread Marc Watson
Hello all, On Windows, I have a 32-bit client application that uses the 32-bit libpq.dll. In testing the client application with a Postgres 9.2 64-bit server I've noticed no problems, and was wondering if anyone knows of any caveats in this - AFAICS the tcp communication is between the 32-bit libp