Re: New version of money type

Поиск
Список
Период
Сортировка
От D'Arcy J.M. Cain
Тема Re: New version of money type
Дата
Msg-id 20061231154938.fa5f7b36.darcy@druid.net
обсуждение исходный текст
Ответ на Re: New version of money type  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: New version of money type  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Thu, 21 Dec 2006 10:47:52 -0500
Tom Lane <tgl@sss.pgh.pa.us> wrote:
> One bug I see in it is that you'd better make the alignment 'd' if the
> type is to be int8.  Also I much dislike these changes:
> 
> -    int32        i = PG_GETARG_INT32(1);
> +    int64        i = PG_GETARG_INT32(1);

I changed this and a few other things.  I didn't see any response to my
question though.  Shall I go ahead and commit now so that we can test
in a wider setting?  I haven't committed anything in years and I am
hesitant to do so now without consencus.

-- 
D'Arcy J.M. Cain <darcy@druid.net>         |  Democracy is three wolves
http://www.druid.net/darcy/                |  and a sheep voting on
+1 416 425 1212     (DoD#0082)    (eNTP)   |  what's for dinner.


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

Предыдущее
От: "Jaime Casanova"
Дата:
Сообщение: access method's algorithm authors
Следующее
От: Tom Lane
Дата:
Сообщение: Re: access method's algorithm authors