Re: [HACKERS] Open 6.4 items - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [HACKERS] Open 6.4 items
Date
Msg-id 199810290235.VAA02079@candle.pha.pa.us
Whole thread Raw
In response to Re: [HACKERS] Open 6.4 items  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
> jwieck@debis.com (Jan Wieck) writes:
> >     I  asked  for  it a while ago but forgot about it. Anyway - I
> >     think it is better to have  precreated  gram.c,  y.tab.h  and
> >     scan.c  files  in  src/pl/plpgsql/src  too. Otherwise ppl not
> >     having bison/flex might have a build problem.
> 
> There are quite a few places that need lex/yacc capability; plpgsql
> is not creating any new build requirement that did not exist before.
> (ecpg and bootparse are two examples I can think of offhand.)
> We ship the main gram.c file not to avoid requiring lex/yacc, but
> because it is too big for some older yaccs.
> 
> It might be nice to eliminate the need for lex/yacc capability,
> but post-beta3 is NOT the time to be doing "might be nice" stuff.
> Leave it be for now.
> 
>             regards, tom lane
> 
> PS: BTW, I was able to build all the Postgres yacc files on a rather
> ancient HPUX yacc, once I added enough -N switches.  According to my
> notes,
>     YACC:/usr/bin/yacc
>     YFLAGS:-d -Np2000 -Ns3000 -Nm100000 -Nl2000 -Na30000 -Nc10000
> worked with a pretty recent fileset.  So I'm not sure we even really
> need to distribute the main parser's gram.c.  We could have configure
> plug in these switches if it fails to find bison...

Again, too late to play with.  BSD yacc doesn't have switches that
enable larger tables, so you have to have gram.c.  Does plpgsql have
tables too large for BSD yacc?  Can someone test it?

--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: SHIOZAKI Takehiko
Date:
Subject: relname.data
Next
From: Michael J Schout
Date:
Subject: 6.4 and reserved word USER...