From: | "Craig Stratton" <craig(at)avnet(dot)co(dot)uk> |
---|---|
To: | <pgsql-general(at)postgresql(dot)org> |
Subject: | pqReadData() -- read() failed: errno=32 |
Date: | 2003-12-11 16:01:19 |
Message-ID: | 002601c3c000$09c56410$0314a8c0@cpsws |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hi,
cobalt 2.2.16
psql 7.2.3
DBI 1.32
I get this error, as in subject:-
pqReadData() -- read() failed: errno=32
and then followed by this
pqReadData() -- backend closed the channel unexpectedly.
I can find no reference to errno=32 in the mailing lists.
If i define and connect the database handle within the function that does my
processing, then i get no errors (but very slow processing due to connecting
on each event).
If i define and connect the database handle as a global variable outside of
the function, then i get that error on the first insert.
Any ideas ?
Craig
From | Date | Subject | |
---|---|---|---|
Next Message | Jeff Cave | 2003-12-11 16:04:43 | Re: Any commercial shopping cart packages using postgresql? |
Previous Message | Rod K | 2003-12-11 16:00:29 | Re: Should we consider empty fields as NULL values when dealing with string columns ? |