Re: Cleaning up cross-type arithmetic operators

Поиск
Список
Период
Сортировка
От Kenneth Marshall
Тема Re: Cleaning up cross-type arithmetic operators
Дата
Msg-id 20080617193207.GI337@it.is.rice.edu
обсуждение исходный текст
Ответ на Cleaning up cross-type arithmetic operators  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Tue, Jun 17, 2008 at 01:29:56PM -0400, Tom Lane wrote:
> ...
> What I'm inclined to do is remove the two % operators, which don't seem
> likely to be performance-critical, and fill in the missing int2-vs-int8
> cases for the four basic arithmetic operators.  But I could be talked
> into just nuking everything listed above (and their underlying functions
> of course).
> 
> Comments?
> 
>             regards, tom lane
> 
+1 for getting rid of the % operators and fleshing out the cases
for the four basic arithmetic operators.

Regards,
Ken


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Reducing overhead for repeat de-TOASTing
Следующее
От: "Jeffrey Baker"
Дата:
Сообщение: Re: pg_dump fails to include sequences, leads to restore fail in any version