Re: SunOS4 - Mailing list pgsql-hackers

From Tom Lane
Subject Re: SunOS4
Date
Msg-id 13689.982814647@sss.pgh.pa.us
Whole thread Raw
In response to Re: SunOS4  (Tatsuo Ishii <t-ishii@sra.co.jp>)
Responses Re: SunOS4  (Tatsuo Ishii <t-ishii@sra.co.jp>)
List pgsql-hackers
Tatsuo Ishii <t-ishii@sra.co.jp> writes:
> o SunOS4 does not have atexit (used in psql). --> igore it
> 
> Maybe on_exit() is available, or even more portable?

> SunOS4 has on_exit. Can we change atexit to on_exit?

atexit is ANSI C.  on_exit is not found here (HPUX) at all.  Looks
like we need another configure test :-( ... but I recommend we stick
with atexit as the preferred form.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tatsuo Ishii
Date:
Subject: Re: SunOS4
Next
From: Tatsuo Ishii
Date:
Subject: Re: SunOS4