LibPQ Error.

From: Muhamamd Irfan Azam <irfan(dot)azam(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: LibPQ Error.
Date: 2005-11-30 09:48:37
Message-ID: d4390afa0511300148l1cbf4f93yccbf74cd308a2820@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-hackers

Hi,

I have built the libpq from $Postgres/src/interfaces/libpq on the windows
plateform for 8.1.0. To build i had to comment a function call
ShGetFolderPath from the fe-connect.c file, i gave its dependency
shfolder.lib but it was not working so i commented that function call. Doing
that i got two libs and a dll.
I used the dll but it is crashing in the PQconnectdb function, which itself
is crashing due to a function PQconnectPoll function, which is trying to
memcpy in a NULL pointer.
Any body kindly tell me why that function is crashing, becuase the same
client is working with the libpq ported with the binaries for windows.

Note: I built the libpq for 8.0.4 using the same method and tested that, it
is working properly.

Best Regards,

Responses

  • LibPQ Error. at 2005-11-30 10:25:04 from Muhamamd Irfan Azam

Browse pgsql-bugs by date

  From Date Subject
Next Message Muhamamd Irfan Azam 2005-11-30 10:25:04 LibPQ Error.
Previous Message Yuriy Vostrikoff 2005-11-30 09:38:01 BUG #2079: strage PREPARE/EXECUTE behavior

Browse pgsql-hackers by date

  From Date Subject
Next Message Muhamamd Irfan Azam 2005-11-30 10:25:04 LibPQ Error.
Previous Message Matteo Beccati 2005-11-30 08:40:28 Re: PL/php in pg_pltemplate