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

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Neil Conway <neilc(at)samurai(dot)com>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql-server/src backend/utils/adt/numutils.c ...
Date: 2002-08-27 21:26:18
Message-ID: 200208272126.g7RLQI320540@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)postgresql(dot)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(at)samurai(dot)com> || PGP Key ID: DB3C29FC
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>

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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut - PostgreSQL 2002-08-27 21:33:41 pgsql-server/src/bin/pg_dump pg_dumpall.c
Previous Message Neil Conway 2002-08-27 21:22:26 Re: pgsql-server/src backend/utils/adt/numutils.c ...