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

Поиск
Список
Период
Сортировка
От Olivier PRENANT
Тема Re: [HACKERS] build of 7.2.1 on SCO Openserver andUnixware
Дата
Msg-id Pine.UW2.4.21.0204191301250.26871-100000@server.pyrenet.fr
обсуждение исходный текст
Ответ на Re: [HACKERS] build of 7.2.1 on SCO Openserver andUnixware  ("Nicolas Bazin" <nbazin@ingenico.com.au>)
Список pgsql-patches
Unixware 711 manual says diff supports -w as said in :
-w
    Ignores all blanks (<Space> and TAB characters) and treats all
    other strings of blanks as equivalent; for example,
    if ( a == b ) will compare eaqual to if(a==b).

Hope it helps,
On Fri, 19 Apr 2002, Nicolas Bazin wrote:

> Well I use Unixware 7.1.1. I cannot check again right now whether 7.1.1
> supports -w but if I made the effort to change the shell, I guess I had a
> good reason. Next time I put my hand on my Unixware PC I'll double check.
>
> Nicolas
>
> ----- Original Message -----
> From: "Larry Rosenman" <ler@lerctr.org>
> To: "Nicolas Bazin" <nbazin@ingenico.com.au>
> Cc: "Bruce Momjian" <pgman@candle.pha.pa.us>; "Peter Eisentraut"
> <peter_e@gmx.net>; "PostgreSQL-patches" <pgsql-patches@postgresql.org>
> Sent: Friday, April 19, 2002 12:38 AM
> Subject: Re: [PATCHES] [HACKERS] build of 7.2.1 on SCO Openserver
> andUnixware
>
>
> > 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@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
> > > >
> > > >
> > >
> > >
> > >
> > > ---------------------------(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@lerctr.org
> > US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749
> >
> >
> >
> >
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
>     (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)
>

--
Olivier PRENANT             Tel:    +33-5-61-50-97-00 (Work)
Quartier d'Harraud Turrou           +33-5-61-50-97-01 (Fax)
31190 AUTERIVE                      +33-6-07-63-80-64 (GSM)
FRANCE                      Email: ohp@pyrenet.fr
------------------------------------------------------------------------------
Make your life a dream, make your dream a reality. (St Exupery)


В списке pgsql-patches по дате отправления:

Предыдущее
От: "Nicolas Bazin"
Дата:
Сообщение: Re: [HACKERS] build of 7.2.1 on SCO Openserver and Unixware
Следующее
От: Alexander Litvinov
Дата:
Сообщение: patch for ResultSet.java