Re: some problem with casting unknown to smallint - Mailing list pgsql-hackers

From Pavel Stehule
Subject Re: some problem with casting unknown to smallint
Date
Msg-id 162867790810290552l7c18613n8ae67c0413a18a8c@mail.gmail.com
Whole thread Raw
In response to Re: some problem with casting unknown to smallint  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
2008/10/29 Tom Lane <tgl@sss.pgh.pa.us>:
> "Pavel Stehule" <pavel.stehule@gmail.com> writes:
>> I understand. So every smallint should be call with casting?
>
> A long time ago we tried to make small integer literals be interpreted
> as int2 initially, instead of int4, and the attempt failed rather
> spectacularly.  (It broke most of the regression tests, IIRC, in ways
> that suggested that many client applications would have problems too.)
> Perhaps PG's type system has matured to the point where it'd work better
> now, but I'm not really interested in trying it.  I don't see very much
> point in declaring functions to take smallint rather than int anyway...

I found this question on one czech it specialized site. It's mostly
beginner's problem.

regards
Pavel Stehule


>
>                        regards, tom lane
>


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: some problem with casting unknown to smallint
Next
From: "Robert Haas"
Date:
Subject: Re: WIP patch: convert SQL-language functions to return tuplestores