Re: [HACKERS] build of 7.2.1 on SCO Openserver and Unixware

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: Larry Rosenman <ler(at)lerctr(dot)org>, Nicolas Bazin <nbazin(at)ingenico(dot)com(dot)au>, PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: [HACKERS] build of 7.2.1 on SCO Openserver and Unixware
Date: 2002-04-18 03:15:30
Message-ID: 200204180315.g3I3FUF29759@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Peter Eisentraut wrote:
> Bruce Momjian writes:
>
> > OK, new code is:
> >
> > ! *-*-qnx* | *beos* | *-*-sco3.2v5*)
> ^^^^^^^^^^^^^
>
> I would like to see an explanation for this.

The patch section is below. Not knowing the platform, I have no idea
why.

case $host_platform in
! *-*-qnx* | *beos* | *-*-sco3.2v5*)
unix_sockets=no;;
*)
unix_sockets=yes;;

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2002-04-18 03:16:01 Re: [HACKERS] build of 7.2.1 on SCO Openserver and Unixware
Previous Message Larry Rosenman 2002-04-18 03:14:20 Re: [HACKERS] build of 7.2.1 on SCO Openserver and

Browse pgsql-patches by date

  From Date Subject
Next Message Peter Eisentraut 2002-04-18 03:16:01 Re: [HACKERS] build of 7.2.1 on SCO Openserver and Unixware
Previous Message Larry Rosenman 2002-04-18 03:14:20 Re: [HACKERS] build of 7.2.1 on SCO Openserver and