Re: Re: pgsql + qnx - Mailing list pgsql-ports

From Bruce Momjian
Subject Re: Re: pgsql + qnx
Date
Msg-id 200105221207.f4MC70s01664@candle.pha.pa.us
Whole thread Raw
In response to Re: Re: pgsql + qnx  ("Tegge, Bernd" <tegge@repas-aeg.de>)
List pgsql-ports
> >I just checked Gen_fmgrtab.sh and it has error checking all over the
> >place.  I would be curious to know how it could fail and not exit with
> >non-zero.
>
> The Watcom preprocessor adds a space at the start of each line. Therefore
> the output of "egrep '^[0-9]' " is empty. Changing the pattern to
> "egrep '^[ ]*[0-9]" generates the correct file.

Makes sense and seems safe enough.  Applied.

--
  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

pgsql-ports by date:

Previous
From: "Tegge, Bernd"
Date:
Subject: Re: Re: pgsql + qnx
Next
From: Jason Tishler
Date:
Subject: Re: NT service design choices