What's the difference between int2 and int16?

Поиск
Список
Период
Сортировка
От William ZHANG
Тема What's the difference between int2 and int16?
Дата
Msg-id bpcquh$12m3$1@news.hub.org
обсуждение исходный текст
Список pgsql-hackers
I found the uses of int2, int16 and other similiar types misleading
in PostgreSQL's source code. Sometime it is difficult to figure out
which should be prefered.

Maybe int2, int4, and int8 refer to database types, while int16, int32
and int64 refer to C data types. If this is the convention, maintenance
may be easier.




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

Предыдущее
От: Erik Trulsson
Дата:
Сообщение: Re: 4 Clause license?
Следующее
От: Rod Taylor
Дата:
Сообщение: Re: question about fixes in v7.4...