Re: Implicit conversion bugaboo in beta2?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Josh Berkus <josh(at)agliodbs(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Implicit conversion bugaboo in beta2?
Date: 2003-09-15 05:59:54
Message-ID: 3934.1063605594@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Josh Berkus <josh(at)agliodbs(dot)com> writes:
>> Uh, yeah, but we did in 7.2 and 7.3 as well... count() hasn't been
>> int4 since 7.1...

> Hmmm ... can't be 7.2. The query is taken from a production database written
> for 7.2; I'd have noticed the BIGINT problem before now. Either that, or in
> 7.2 we were doing implicit conversion from BIGINT to INT for function calls?

That could be --- I don't recall exactly when we decided implicit
bigint->int conversion was a bad idea ...

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Josh Berkus 2003-09-15 06:16:31 Re: Implicit conversion bugaboo in beta2?
Previous Message Josh Berkus 2003-09-15 05:52:02 Re: Implicit conversion bugaboo in beta2?