From: | Geoffrey <esoteric(at)3times25(dot)net> |
---|---|
To: | pgsql-general(at)postgresql(dot)org, pgsql-interfaces(at)postgresql(dot)org |
Subject: | help with error message from perl Pg |
Date: | 2006-06-20 13:33:13 |
Message-ID: | 4497F919.7050203@3times25.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-interfaces |
We have an unusual problem with some perl code that is processing data
via DBD facility. Basically, the code consists of various subroutines
that are identified in a hash. The primary script then references the
subroutines through a &$prog(...) syntax. What appears to happen is
that all subroutines will run just fine if they do not need to do any
deletes or updates to the database. Any subroutine that does a delete
or update runs fine, but the subsequent routine fails with the following
error:
prgcaphlg: FATAL: invalid frontend message type 78
server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
Searching google for 'invalid frontend message type 78' returns no hits,
which is a scary thing.
Any insights would be greatly appreciated.
--
Until later, Geoffrey
Any society that would give up a little liberty to gain a little
security will deserve neither and lose both. - Benjamin Franklin
From | Date | Subject | |
---|---|---|---|
Next Message | Chris Golden | 2006-06-20 13:54:52 | Interface Guidance and Opinions Needed |
Previous Message | Essam Mansour | 2006-06-20 13:17:28 | XML Support |
From | Date | Subject | |
---|---|---|---|
Next Message | Martijn van Oosterhout | 2006-06-20 13:59:45 | Re: help with error message from perl Pg |
Previous Message | Andy Shellam | 2006-06-17 12:53:02 | Re: Report Interface problem with Crystal Report 6.0 |