From: Jure K. <j....@gm...> - 2013-08-12 20:28:58
|
Since Bison 3.0 they stopped support for YYPARSE_PARAM, which is used in contrib/cube and contrib/seg. More can be read at: http://www.postgresql.org/message-id/736...@ss... There is a patch for PostgreSQL which fixes this but doesn't apply clean on Postgres-XC 1.0.3 without some minor changes. Attached is the patch for 1.0.3. Tested with bison 3.0 and 2.7.1. Both compile without errors. -- Regards, Jure Kobal |