plpgsql grammar fix not so easy after all

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>, jwieck(at)debis(dot)com (Jan Wieck)
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: plpgsql grammar fix not so easy after all
Date: 1999-08-08 19:56:08
Message-ID: 12589.934142168@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1999-08-09 00:08:29 Re: plpgsql grammar fix not so easy after all
Previous Message Don Baccus 1999-08-07 15:01:17 Re: [HACKERS] 6.5.1, error in pg_dump