From: Michael P. <mic...@gm...> - 2013-08-19 01:48:20
|
On Tue, Aug 13, 2013 at 5:28 AM, Jure Kobal <j....@gm...> wrote: > 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. Yes, this is definitely something to be aware of, but -1 for the patch as this fix has been committed in the Postgres code tree, and XC should directly pick it up from there by merging all its active branches with the latest commits of postgres. -- Michael |