Re: [HACKERS] build of 7.2.1 on SCO Openserver and Unixware - Mailing list pgsql-patches

From Nicolas Bazin
Subject Re: [HACKERS] build of 7.2.1 on SCO Openserver and Unixware
Date
Msg-id 004c01c1e6a8$876a2820$660d090a@software.ingenico.com.au
Whole thread Raw
In response to Re: [HACKERS] build of 7.2.1 on SCO Openserver and Unixware  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: [HACKERS] build of 7.2.1 on SCO Openserver and  (Larry Rosenman <ler@lerctr.org>)
Re: [HACKERS] build of 7.2.1 on SCO Openserver and Unixware  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
The patch from Bruce does not correct the proper thing. The original patch I
submitted was :
*** postgresql-7.2.1-rc/src/test/regress/pg_regress.sh Tue Mar 26 16:49:04
2002
--- postgresql-7.2.1/src/test/regress/pg_regress.sh Tue Mar 26 17:03:39 2002
***************
*** 173,179 ****
# ----------
case $host_platform in
! *-*-qnx*)
DIFFFLAGS=-b;;
*)
DIFFFLAGS=-w;;
--- 173,179 ----
# ----------
case $host_platform in
! *-*-qnx* | *-*-sco3.2v5* | *-*-sysv5)
DIFFFLAGS=-b;;
*)
DIFFFLAGS=-w;;

Because the diff tool that comes with Openserver or Unixware does not suppor
the -w option but the -b option to remove blank characters.
There is nothing wrong with unix sockets on both platforms.

Nicolas

----- Original Message -----
From: "Bruce Momjian" <pgman@candle.pha.pa.us>
To: "Peter Eisentraut" <peter_e@gmx.net>
Cc: "Larry Rosenman" <ler@lerctr.org>; "Nicolas Bazin"
<nbazin@ingenico.com.au>; "PostgreSQL-patches"
<pgsql-patches@postgresql.org>
Sent: Thursday, April 18, 2002 1:15 PM
Subject: Re: [PATCHES] [HACKERS] build of 7.2.1 on SCO Openserver and
Unixware


> 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@candle.pha.pa.us               |  (610) 853-3000
>   +  If your life is a hard drive,     |  830 Blythe Avenue
>   +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html
>
>



pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: regression tests for ALTER TABLE ... DEFAULT
Next
From: "Josh Berkus"
Date:
Subject: Re: [SQL] 16 parameter limit