On Mon, Aug 27, 2001 at 11:12:40AM -0400, Tom Lane wrote:
> > child process lost (is SIGCHLD ignored or trapped?)
>
> It's ignored in a backend, see src/backend/tcop/postgres.c.
>
> Current sources change the SIG_IGN setting to SIG_DFL, which may
> well solve your problem; you could try patching 7.1 sources that way
> and see if it helps.
The real problem for me is that my column
gets filled with the error line as well
as the real data I want.
I will try patching it. Do you mean to
say that I will not get the error message
with the patched version?
Thanks
---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]