Re: pgsql-server/src backend/utils/adt/numutils.c ... - Mailing list pgsql-committers

From Bruce Momjian
Subject Re: pgsql-server/src backend/utils/adt/numutils.c ...
Date
Msg-id 200208272126.g7RLQI320540@candle.pha.pa.us
Whole thread Raw
In response to Re: pgsql-server/src backend/utils/adt/numutils.c ...  (Neil Conway <neilc@samurai.com>)
Responses Re: pgsql-server/src backend/utils/adt/numutils.c ...  (Neil Conway <neilc@samurai.com>)
List pgsql-committers
Well, not really.  It is more of a tightening up, where '' is not really
zero, it is ''.  Regression tests pass.  Let's see how it flies during
beta.  If we get pushback, then we can back out the patch, but we will
not know if we can tighten it unless we put it into the code.

---------------------------------------------------------------------------

Neil Conway wrote:
> momjian@postgresql.org (Bruce Momjian - CVS) writes:
> >     Throw error on pg_atoi(''), regression adjustments.
>
> Have you considered the backward compatibility implications of this
> change?
>
> Cheers,
>
> Neil
>
> --
> Neil Conway <neilc@samurai.com> || PGP Key ID: DB3C29FC
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-committers by date:

Previous
From: Neil Conway
Date:
Subject: Re: pgsql-server/src backend/utils/adt/numutils.c ...
Next
From: petere@postgresql.org (Peter Eisentraut - PostgreSQL)
Date:
Subject: pgsql-server/src/bin/pg_dump pg_dumpall.c