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

Commitea3728e

Browse files
committed
Add missing entries for bit<->int4 and bit<->int8 conversions.
1 parent50634c1 commitea3728e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

‎src/include/catalog/pg_cast.h

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* Copyright (c) 2002, PostgreSQL Global Development Group
99
*
10-
* $Id: pg_cast.h,v 1.4 2002/09/18 21:35:23 tgl Exp $
10+
* $Id: pg_cast.h,v 1.5 2002/10/14 22:12:49 tgl Exp $
1111
*
1212
* NOTES
1313
* the genbki.sh script reads this file and generates .bki
@@ -234,6 +234,11 @@ DATA(insert ( 869650 0 i ));
234234
*/
235235
DATA(insert (156015620i ));
236236
DATA(insert (156215600i ));
237+
/* Cross-category casts between bit and int4, int8 */
238+
DATA(insert (2015602075e ));
239+
DATA(insert (2315601683e ));
240+
DATA(insert (1560202076e ));
241+
DATA(insert (1560231684e ));
237242

238243
/*
239244
* Cross-category casts to and from TEXT

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp