From: Jure K. <j....@gm...> - 2013-08-21 18:47:16
|
On 19. 08. 2013 03:48, Michael Paquier wrote: > 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. > Sorry for that. Didn't know about the merge process between postgresql and postgres-xc. Will keep it in mind in th future. -- Regards, Jure |