Re: Cleaning up cross-type arithmetic operators

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Cleaning up cross-type arithmetic operators
Дата
Msg-id 26890.1213800065@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Cleaning up cross-type arithmetic operators  (Simon Riggs <simon@2ndquadrant.com>)
Список pgsql-hackers
Simon Riggs <simon@2ndquadrant.com> writes:
> On Tue, 2008-06-17 at 13:29 -0400, Tom Lane wrote:
>> What I'm inclined to do is remove the two % operators, which don't
>> seem likely to be performance-critical

> Can you discuss what you see as the benefit or trade-offs for doing
> that? Removing things tends to have major potential for annoying users
> following an upgrade.

It should be pretty much invisible to users --- any occurrences of the
case will be handled via an implicit coercion to int4.
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pg_dump fails to include sequences, leads to restore fail in any version
Следующее
От: Tom Lane
Дата:
Сообщение: Better error reporting for tsearch config file problems