Magnus Hagander <magnus@hagander.net> writes:
> On Wed, Mar 28, 2012 at 18:12, Heikki Linnakangas
> <heikki.linnakangas@enterprisedb.com> wrote:
>> An obvious fix would be to call set_max_safe_fds() in the child processes,
>> although I wonder if that's too expensive. Another option is to pass down
>> the value with save_restore_backend_variables().
> ISTM that passing down through save_restore_backend_variables() is a
> much better choice.
+1. Having multiple children running set_max_safe_fds() concurrently
would be a seriously bad idea.
regards, tom lane