pgsql: Add int64 -> int8 mapping to genbki

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема pgsql: Add int64 -> int8 mapping to genbki
Дата
Msg-id E1XtJf0-0006I1-W1@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add int64 -> int8 mapping to genbki

Per discussion with Tom and Andrew, 64bit integers are no longer a
problem for the catalogs, so go ahead and add the mapping from the C
int64 type to the int8 SQL identification to allow using them.

Patch by Adam Brightwell

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/25976710dfd8611d3fc79c0c1e20179ff7a940ec

Modified Files
--------------
src/backend/catalog/Catalog.pm |    1 +
1 file changed, 1 insertion(+)


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Allow using connection URI in primary_conninfo.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Support arrays as input to array_agg() and ARRAY(SELECT ...).