Re: Problems with recent CVS versions and Solaris.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Keith Parks <emkxp01(at)mtcc(dot)demon(dot)co(dot)uk>
Cc: hackers(at)postgresql(dot)org
Subject: Re: Problems with recent CVS versions and Solaris.
Date: 2000-06-01 23:53:09
Message-ID: 28940.959903589@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Keith Parks <emkxp01(at)mtcc(dot)demon(dot)co(dot)uk> writes:
> Running Gen_fmgrtab.sh with a "set -x" shows:-

> const FmgrBuiltin fmgr_builtins[] = {
> + awk { printf (" { %d, \"%s\", %d, %s, %s, %s },\n"), \
> $1, $(NF-1), $9, \
> ($8 == "t") ? "true" : "false", \
> ($4 == "11") ? "true" : "false", \
> $(NF-1) } fmgr.raw
> awk: syntax error near line 3
> awk: illegal statement near line 3

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

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2000-06-02 00:37:06 Re: config files in /data
Previous Message Tom Lane 2000-06-01 23:48:55 Re: disbursion