Re: SunOS4

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
Cc: peter_e(at)gmx(dot)net, pgsql-hackers(at)postgresql(dot)org
Subject: Re: SunOS4
Date: 2001-02-22 04:04:07
Message-ID: 13689.982814647@sss.pgh.pa.us
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

In response to

  • Re: SunOS4 at 2001-02-22 01:47:07 from Tatsuo Ishii

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tatsuo Ishii 2001-02-22 04:18:36 Re: SunOS4
Previous Message Tatsuo Ishii 2001-02-22 01:47:07 Re: SunOS4