Problem when forking - Mailing list pgsql-interfaces

From Rodrigo Barboza
Subject Problem when forking
Date
Msg-id CANs8QJYUu4QYpGV963_xdBjX+gUWAMFct_-At80KtvzwHdqzqg@mail.gmail.com
Whole thread Raw
Responses Re: Problem when forking
List pgsql-interfaces
Hello everyone,

I am seeing too many messages like "unexpected EOF on client connection".
I've made a reasearch and I know the reason: I have processes that fork and don't close the connection causing those warnings.

My questions is: is there a way to avoid that behavior beside of closing the connection before forking? 

Maybe close the file descriptor without closing the connection...

This is not causing any trouble, but my log increases very quickly with useless information.

pgsql-interfaces by date:

Previous
From: Bill Clay
Date:
Subject: Re: libpq connect keepalive* parms: no effect!?
Next
From: "Greg Sabino Mullane"
Date:
Subject: Re: Problem when forking