]> granicus.if.org Git - postgresql/commit
Add int64 -> int8 mapping to genbki
authorStephen Frost <sfrost@snowman.net>
Tue, 25 Nov 2014 16:48:16 +0000 (11:48 -0500)
committerStephen Frost <sfrost@snowman.net>
Tue, 25 Nov 2014 17:12:19 +0000 (12:12 -0500)
commit25976710dfd8611d3fc79c0c1e20179ff7a940ec
tree3023a3fb1f543003ab53b0078e5e4847620bf124
parentb3fc6727ce54a16ae9227bcccfebfa028ac5b16f
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
src/backend/catalog/Catalog.pm