pgsql: Allow leading and trailing spaces around NaN in numeric_in.

Lists: pgsql-committers
From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Allow leading and trailing spaces around NaN in numeric_in.
Date: 2009-04-08 22:08:40
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-committers

Log Message:
-----------
Allow leading and trailing spaces around NaN in numeric_in.

Sam Mason, rewritten a bit by Tom.

Modified Files:
--------------
pgsql/src/backend/utils/adt:
numeric.c (r1.116 -> r1.117)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/numeric.c?r1=1.116&r2=1.117)
pgsql/src/test/regress/expected:
numeric.out (r1.23 -> r1.24)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/numeric.out?r1=1.23&r2=1.24)