postgresql/contrib/cube
Tom Lane 534cce2fc8 Revert "Fix bogus %name-prefix option syntax in all our Bison files."
This reverts commit a670f5ed1a.

It turns out that the %name-prefix syntax without "=" does not work
at all in pre-2.4 Bison.  We are not prepared to make such a large
jump in minimum required Bison version just to suppress a warning
message in a version hardly any developers are using yet.
When 3.0 gets more popular, we'll figure out a way to deal with this.
In the meantime, BISONFLAGS=-Wno-deprecated is recommendable for
anyone using 3.0 who doesn't want to see the warning.
2014-05-28 19:29:53 -04:00
..
data
expected Adjust regression tests on cube and ECPG for MinGW 64 bit compiler. 2011-04-10 17:03:44 -04:00
sql
.gitignore Some more gitignore cleanups: cover contrib and PL regression test outputs. 2010-09-22 17:22:53 -04:00
CHANGES Fix various instances of "the the". 2010-04-23 23:21:44 +00:00
cube.c Remove tabs after spaces in C comments 2014-05-06 11:26:25 -04:00
cube.sql.in
cubedata.h
cubeparse.y Revert "Fix bogus %name-prefix option syntax in all our Bison files." 2014-05-28 19:29:53 -04:00
cubescan.l Fix contrib/cube and contrib/seg to build with bison 3.0. 2013-07-29 10:42:51 -04:00
Makefile
uninstall_cube.sql