Ron Mayer <[EMAIL PROTECTED]> writes: > Tom Lane wrote: >> BTW, I just noticed that CVS HEAD has a bug in reading negative SQL-spec >> literals:
> Perhaps the below patch fixes that?
Actually I think it should be
if (*field[i] == '-')
as in the comparable case for fractional seconds just below.
Will apply.
regards, tom lane
--
Sent via pgsql-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers
