Re: [HACKERS] Bison Version

2006-08-11 Thread William ZHANG
Due to the bug in bison 2.1, I always use version 1.875: http://www.mail-archive.com/bug-bison@gnu.org/msg00718.html ""Christopher Kings-Lynne"" <[EMAIL PROTECTED]> > What version of Bison is currently required to compile HEAD? 1.75 > doesn't seem to work... > > ---(en

Re: [HACKERS] Bison Version

2006-08-11 Thread Andrew Dunstan
Christopher Kings-Lynne wrote: What version of Bison is currently required to compile HEAD? 1.75 doesn't seem to work... Bison >= 1.875 has been required for years. That hasn't changed. cheers andrew ---(end of broadcast)--- TIP 3: Have you

Re: [HACKERS] Bison Version

2006-08-11 Thread Greg Sabino Mullane
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > What version of Bison is currently required to compile HEAD? 1.75 > doesn't seem to work... 1.875 Search for Bison here: http://projects.commandprompt.com/public/pgsql/browser/trunk/pgsql/doc/src/sgml/installation.sgml - -- Greg Sabino Mullane

[HACKERS] Bison Version

2006-08-11 Thread Christopher Kings-Lynne
What version of Bison is currently required to compile HEAD? 1.75 doesn't seem to work... ---(end of broadcast)--- TIP 5: don't forget to increase your free space map settings

Re: [HACKERS] bison version

2006-06-11 Thread ohp
ECTED]>, > PostgreSQL-development > Subject: Re: [HACKERS] bison version > > ohp@pyrenet.fr writes: > > Here's my make.log FWIW... > > ... > > gram.y:7074.27-7077.33: warning: useless rule: b_expr: b_expr IS OF '(' > > type_list

Re: [HACKERS] bison version

2006-06-11 Thread Tom Lane
ohp@pyrenet.fr writes: > Here's my make.log FWIW... > ... > gram.y:7074.27-7077.33: warning: useless rule: b_expr: b_expr IS OF '(' > type_list ')' > gram.y:7078.27-7081.33: warning: useless rule: b_expr: b_expr IS NOT OF '(' > type_list ')' > gmake[3]: *** [parse.h] Segmentation Fault (core dump

Re: [HACKERS] bison version

2006-06-11 Thread ohp
Hi Stefan, Here's my make.log FWIW... TIA On Sat, 10 Jun 2006, Stefan Kaltenbrunner wrote: > Date: Sat, 10 Jun 2006 21:10:09 +0200 > From: Stefan Kaltenbrunner <[EMAIL PROTECTED]> > To: ohp@pyrenet.fr > Cc: PostgreSQL-development > Subject: Re: [HACKERS] bison versio

Re: [HACKERS] bison version

2006-06-10 Thread Bruce Momjian
ohp@pyrenet.fr wrote: > Hi, > > I'd like to check 2 things: > > What's the bison version required to compile gram.y ? > Trying to set up a build farm machine, it seems I can't compile with bison > 2.1 ... 1.875 > Also where is the documentation page that gives postgresql limits (number > of col

Re: [HACKERS] bison version

2006-06-10 Thread Stefan Kaltenbrunner
ohp@pyrenet.fr wrote: > Hi, > > I'd like to check 2 things: > > What's the bison version required to compile gram.y ? > Trying to set up a build farm machine, it seems I can't compile with bison > 2.1 ... 2.1 should work fine - there are a number of boxes on the buildfarm running with that versi

[HACKERS] bison version

2006-06-10 Thread ohp
Hi, I'd like to check 2 things: What's the bison version required to compile gram.y ? Trying to set up a build farm machine, it seems I can't compile with bison 2.1 ... Also where is the documentation page that gives postgresql limits (number of column/table max size of col) Many thanks --