*** ./expected/cube.out Sun Aug 25 12:48:54 2002 --- ./results/cube.out Tue Aug 27 09:04:35 2002 *************** *** 43,49 **** (1 row) SELECT '-.1'::cube AS cube; ! ERROR: parse error, expecting `FLOAT' or `O_PAREN' or `O_BRACKET' at or before position 2, character ('.', \056), input: '-.1' SELECT '1.0'::cube AS cube; cube --- 43,52 ---- (1 row) SELECT '-.1'::cube AS cube; ! cube ! -------- ! (-0.1) ! (1 row) SELECT '1.0'::cube AS cube; cube ======================================================================