Content-Length: 257628 | pFad | http://github.com/postgrespro/postgres/commit/25976710dfd8611d3fc79c0c1e20179ff7a940ec

D9 Add int64 -> int8 mapping to genbki · postgrespro/postgres@2597671 · GitHub
Skip to content

Commit 2597671

Browse files
committed
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
1 parent b3fc672 commit 2597671

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/backend/catalog/Catalog.pm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ sub Catalogs
3333
my %RENAME_ATTTYPE = (
3434
'int16' => 'int2',
3535
'int32' => 'int4',
36+
'int64' => 'int8',
3637
'Oid' => 'oid',
3738
'NameData' => 'name',
3839
'TransactionId' => 'xid');

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/25976710dfd8611d3fc79c0c1e20179ff7a940ec

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy