Re: reject empty string in float[48], oid

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Neil Conway <neilc(at)samurai(dot)com>
Cc: pgsql-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: reject empty string in float[48], oid
Date: 2005-02-11 02:04:32
Message-ID: 5457.1108087472@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Neil Conway <neilc(at)samurai(dot)com> writes:
> On Thu, 2005-02-10 at 20:53 -0500, Tom Lane wrote:
>> If you're going to add regression tests, how about testing the case of a
>> non-empty-but-all-whitespace string?

> AFAICS that is already tested for.

[ looks again... ] Doh. Maybe you should put these tests next to those
then...

regards, tom lane

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Neil Conway 2005-02-11 03:37:18 Re: WIP: pl/pgsql cleanup
Previous Message Tom Lane 2005-02-11 01:59:37 Re: Clarify use of NOW() in pl/pgsql docs