Re: SunOS4

From: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
To: tgl(at)sss(dot)pgh(dot)pa(dot)us
Cc: peter_e(at)gmx(dot)net, pgsql-hackers(at)postgresql(dot)org
Subject: Re: SunOS4
Date: 2001-02-22 04:18:36
Message-ID: 20010222131836E.t-ishii@sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)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

Ok. First test if atexit exists. on_exit is second.
--
Tatsuo Ishii

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Justin Clift 2001-02-22 04:51:47 Re: beta5 ...
Previous Message Tom Lane 2001-02-22 04:04:07 Re: SunOS4