Re: Problems with recent CVS versions and Solaris. - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Problems with recent CVS versions and Solaris.
Date
Msg-id Pine.LNX.4.21.0006020409220.372-100000@localhost.localdomain
Whole thread Raw
In response to Re: Problems with recent CVS versions and Solaris.  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Problems with recent CVS versions and Solaris.  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane writes:

> Ugh.  I think that the former version of the script didn't use
> conditional expressions (a ? b : c).  Perhaps old versions of
> awk don't have those?  If so we can probably work around it...

While you're at it, you should use AC_PROG_AWK to potentially find the
most modern and fastest awk on the system. Also, it seems that script has
really little to no checking of exit statuses. A segfault during initdb is
a really obscure place to find out about awk syntax errors.

-- 
Peter Eisentraut                  Sernanders väg 10:115
peter_e@gmx.net                   75262 Uppsala
http://yi.org/peter-e/            Sweden



pgsql-hackers by date:

Previous
From: Alex Pilosov
Date:
Subject: Re: Inet type how to?
Next
From: Peter Eisentraut
Date:
Subject: Re: pg_am.amowner