Re: Greatest Common Divisor
Dean Rasheed <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.devel.general |
|---|---|
| Message-ID | <CAEZATCWbJyx3BeQDHRR0AsyLHY3ttXKb+PaZujPq+AnWHBgvzA@mail.gmail.com> |
Do we actually need the smallint versions of these functions? I would have thought that automatic casting would take care of any cases that need smallints, and I can't believe that there's any performance benefit to be had that's worth maintaining the extra code. Regards, Dean