Re: SIGCHLD handler in Postgres C function. - Mailing list pgsql-hackers

From Tom Lane
Subject Re: SIGCHLD handler in Postgres C function.
Date
Msg-id 27651.996536712@sss.pgh.pa.us
Whole thread Raw
Responses Re: SIGCHLD handler in Postgres C function.
List pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> The auto-reaping is standard SysV behavior, while BSD is really ignore. 

You'll recall the ECHILD exception was installed by Tatsuo after seeing
problems on Solaris.  Evidently Solaris uses the auto-reap behavior too.

I'm somewhat surprised that HPUX does not --- it tends to follow its
SysV heritage when there's a conflict between that and BSD practice.
Guess they went BSD on this one.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Vince Vielhaber
Date:
Subject: Re: developer's website
Next
From: Bruce Momjian
Date:
Subject: Re: SIGCHLD handler in Postgres C function.