plpgsql grammar fix not so easy after all

Started by Tom Laneover 26 years ago2 messageshackers
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

The current CVS version of pl/plpgsql/src/gram.y may work for plain
yacc, but it fails with bison :-(

I think the only real solution will be to stop trying to compile the
yacc and lex output files as one C compilation, and compile them
separately like everyone else does it...

In the meantime I suggest reverting the "fix", since most of the
developers are presumably using bison.

regards, tom lane

#2Bruce Momjian
bruce@momjian.us
In reply to: Tom Lane (#1)
Re: plpgsql grammar fix not so easy after all

The current CVS version of pl/plpgsql/src/gram.y may work for plain
yacc, but it fails with bison :-(

I think the only real solution will be to stop trying to compile the
yacc and lex output files as one C compilation, and compile them
separately like everyone else does it...

In the meantime I suggest reverting the "fix", since most of the
developers are presumably using bison.

Oh, man. Ok, moved.

-- 
  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, Pennsylvania 19026