Thread

  1. Re: Problems with recent CVS versions and Solaris.

    Keith Parks <emkxp01@mtcc.demon.co.uk> — 2000-06-02T12:16:33Z

    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