On Sat, Apr 2, 2011 at 4:51 AM, Fujii Masao <[email protected]> wrote: > On Fri, Apr 1, 2011 at 11:11 PM, Robert Haas <[email protected]> wrote: >> On Thu, Mar 31, 2011 at 11:12 PM, Fujii Masao <[email protected]> wrote: >>> Another simple fix is to make walsender send SIGUSR1 to postmaster >>> so that it calls PostmasterStateMachine() in sigusr1_handler(), when it >>> marks itself as walsender. The attached patch does this. Thought? >> >> That looks OK to me. Have you tested it? > > Yes. I added the sleep just before MarkPostmasterChildWalSender() in > walsender.c, > compiled, started replication, and then requested smart shutdown as soon as > walsender was forked (i.e., during the sleep). Without the patch, the server > got > stuck infinitely. With the patch, smart shutdown worked as expected.
Cool. Committed. -- 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
