Magnus Hagander <mag...@hagander.net> writes:
> On Wed, Mar 28, 2012 at 18:12, Heikki Linnakangas
> <heikki.linnakan...@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

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to