On Thu, Feb 2, 2017 at 3:18 PM, Jimmy Yih <[email protected]> wrote: > In that pull request, we fix the issue by checking for proc_exit_inprogress. > Is there a reason why startup_die should not check for proc_exit_inprogress?
startup_die() is just calling proc_exit(), so it seems like it might be better to fix it by putting the check into proc_exit itself. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
