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
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