Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2597671

Browse files
committed
Add int64 -> int8 mapping to genbki
Per discussion with Tom and Andrew, 64bit integers are no longer aproblem for the catalogs, so go ahead and add the mapping from the Cint64 type to the int8 SQL identification to allow using them.Patch by Adam Brightwell
1 parentb3fc672 commit2597671

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)

[8]ページ先頭

©2009-2025 Movatter.jp