Re: [GENERAL] PQexec does not return.

2007-01-29 Thread shalendra . tripathi
Hi Martin, I have got same problem as mentioned by you. As per your comment it seems this problem is due to memory leak. Could you explain the exact reason of this problem. How it is related to mem-leak. Regards & Thanks -Shalendra On Jan 15, 3:51 pm, [EMAIL PROTECTED] (Steve Martin) wrote: >

Re: [GENERAL] PQexec does not return.

2007-01-15 Thread Steve Martin
Hi All, Found the problem. This was caused by a memory leak in our application. Regards Steve Martin Steve Martin wrote: Hi All, We have an intermittent problem where PQexec does not seem to return even though the server seems to have sent the results. From the gdb output , the sql sta

[GENERAL] PQexec does not return.

2007-01-14 Thread Steve Martin
Hi All, We have an intermittent problem where PQexec does not seem to return even though the server seems to have sent the results. From the gdb output , the sql statement can be seen, and from the log, the result can be seen to be sent. Both process are running on the same machine. Versio