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

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

Per the man page on OpenUNIX 8, the UnixWare diff ***DOES*** support -w.

see the man page at http://www.lerctr.org:457/

LER

On Thu, 2002-04-18 at 02:13, Nicolas Bazin wrote:
> 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(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>
> 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(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
> >
> > ---------------------------(end of broadcast)---------------------------
> > TIP 5: Have you checked our extensive FAQ?
> >
> > http://www.postgresql.org/users-lounge/docs/faq.html
> >
> >
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>
--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 E-Mail: ler(at)lerctr(dot)org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2002-04-18 14:38:09 Re: SQL Query Optimization
Previous Message Michael Loftis 2002-04-18 14:35:50 Re: Index Scans become Seq Scans after VACUUM ANALYSE

Browse pgsql-patches by date

  From Date Subject
Next Message David Wheeler 2002-04-18 15:08:49 Re: Mac OS X Startup Script
Previous Message Bruce Momjian 2002-04-18 13:30:13 Re: unknownin/out patch (was [HACKERS] PQescapeBytea is not