Обсуждение: pgsql: Add int64 -> int8 mapping to genbki

Поиск
Список
Период
Сортировка

pgsql: Add int64 -> int8 mapping to genbki

От
Stephen Frost
Дата:
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(+)