int8 type -- call for porting results!

Поиск
Список
Период
Сортировка
От Thomas G. Lockhart
Тема int8 type -- call for porting results!
Дата
Msg-id 35D45BED.C718D96F@alumni.caltech.edu
обсуждение исходный текст
Ответы Re: [HACKERS] int8 type -- call for porting results!
Список pgsql-hackers
Hi. A month or two ago I put an int8 data type into Postgres. Aside from
being useful on its own, it could also form the basis for other types
needing extended range, such as money, decimal, and numeric types (the
last two are SQL92 types).

Anyway, I implemented it on a gcc/x86/Linux machine, and we will need to
ensure that it works on other platforms. If you are doing any work at
all with a post-v6.3.2 source tree on another platform/OS combination,
can you please look at the results of the int8 regression test, or run
that test on your own, and let me know if it worked? If it didn't work,
then we should either put it on the list of things to do or make it work
in time for v6.4. But at the moment I don't know either way.

btw, there is a chance that the Alpha port will work since I coded for
it and I used to work on Alpha machines...

TIA

                     - Tom

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Re: non instead rule system
Следующее
От: Hannu Krosing
Дата:
Сообщение: Re: Dropping partial index support - Dont!