On Thu, Sep 22, 2016 at 1:25 AM, Peter Eisentraut <peter.eisentr...@2ndquadrant.com> wrote: > On 8/11/16 9:28 AM, Michael Paquier wrote: >> I have looked at them and the changes are looking fine for me. So I >> have switched the patch as ready for committer, aka you. >> >> Just a nit: >> + if (wait_seconds > 0) >> + { >> + sleep(1); >> + wait_seconds--; >> + continue; >> + } >> This may be better this pg_usleep() instead of sleep(). > > Committed with that adjustment. >
Commit e7010ce seems to forget to change help message of pg_ctl. Attached patch. Regards, -- Masahiko Sawada NIPPON TELEGRAPH AND TELEPHONE CORPORATION NTT Open Source Software Center
fix_pg_ctl_help.patch
Description: Binary data
-- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers