waitpid in pg_basebackup - Mailing list pgsql-hackers

From Fujii Masao
Subject waitpid in pg_basebackup
Date
Msg-id CAHGQGwEjnf7wPe5b=hJoAWrXCDrd-DhAXf1jdwQ6kLy4e_YNig@mail.gmail.com
Whole thread Raw
Responses Re: waitpid in pg_basebackup
List pgsql-hackers
Hi,

waitpid() is used with "#ifdef HAVE_WAITPID" in reaper(), but NOT in
BaseBackup().
Why not? We can ensure that all platforms which PostgreSQL supports
have waitpid()?
If so, can we get rid of "#ifdef HAVE_WAITPID" in reaper()?

Regards,

-- 
Fujii Masao


pgsql-hackers by date:

Previous
From: Joel Jacobson
Date:
Subject: [PATCH] pg_dump: Sort overloaded functions in deterministic order
Next
From: Boszormenyi Zoltan
Date:
Subject: Re: [PATCH] lock_timeout and common SIGALRM framework