Re: Problems with recent CVS versions and Solaris.

Keith Parks <emkxp01@mtcc.demon.co.uk>

From: Keith Parks <emkxp01@mtcc.demon.co.uk>
To: hackers@postgresql.org, tgl@sss.pgh.pa.us
Date: 2000-06-02T12:16:33Z
Lists: pgsql-hackers
Thanks Tom,

That's fixed it.

It's a shame when you have to "dumb-down" your AWK programming
to suit the lowest common standard :-(

Thanks again,
Keith.


Tom Lane <tgl@sss.pgh.pa.us>
> 
> > 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?
> 
> Indeed, the GNU awk manual says so very clearly :-(
> 
> Keith, I've committed a new version of Gen_fmgrtab.sh.in;
> would you check that it works on your copy of awk?
> 
> 			regards, tom lane