Re: [BUGS] cube bug accepting -.1

2002-08-28 Thread Bruce Momjian
Patch withdrawn by author. --- Bruno Wolff III wrote: > The lex scanner for the cube package has an apparent error in its > pattern for matching floating point numbers. It doesn't except cases > where there is no digit betw

Re: [BUGS] cube bug accepting -.1

2002-08-27 Thread Bruce Momjian
Your patch has been added to the PostgreSQL unapplied patches list at: http://candle.pha.pa.us/cgi-bin/pgpatches I will try to apply it within the next 48 hours. --- Bruno Wolff III wrote: > The lex scanner for t

Re: [BUGS] cube bug accepting -.1

2002-08-27 Thread Tom Lane
Bruno Wolff III <[EMAIL PROTECTED]> writes: > The lex scanner for the cube package has an apparent error in its > pattern for matching floating point numbers. It doesn't except cases > where there is no digit between a sign and a decimal point. For example > -.1 is not matched by the pattern. I t