Re: [SQL] Backend message type 0x50 arrived while idle

2002-12-05 Thread Thrasher
Hi Phil It also happened to me last week. I found the problem is that you cannot share the same connection among processes unless you implement some kind of locking (semaphores, ...). More clearly, I had this problem. Query QA lasts 5 seconds to perform, and returns answer AA. Query QB lasts 1

[SQL] Backend message type 0x50 arrived while idle

2002-12-03 Thread Berman, Phil
To all- I am using Postgres version 6.5.1 in a multithreaded program which is written in C. All inserts and updates into any tables are done within the child process, and there are retrieves from tables both in the parent and child processes. Additionally, the child process will insert into and u