Re: it's not NULL, then what is it?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Tena Sakai" <tsakai(at)gallo(dot)ucsf(dot)edu>
Cc: "Edward W(dot) Rouse" <erouse(at)comsquared(dot)com>, pgsql-sql(at)postgresql(dot)org
Subject: Re: it's not NULL, then what is it?
Date: 2009-07-01 02:17:41
Message-ID: 1145.1246414661@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

"Tena Sakai" <tsakai(at)gallo(dot)ucsf(dot)edu> writes:
>>> My confusion is that if they are real and not null,
>>> what are they?

Good question. So far as I can see these must be some value that
sprintf() is printing as spaces; but not NaN and not Infinity because
float4out checks for those first. I would argue that this must be
a bug in sprintf. What platform are you running on exactly? And
for that matter, what PG version is this?

regards, tom lane

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Tena Sakai 2009-07-01 03:40:14 Re: it's not NULL, then what is it?
Previous Message Tena Sakai 2009-07-01 02:09:02 Re: it's not NULL, then what is it?