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

Commitd717160

Browse files
Jan WieckJan Wieck
Jan Wieck
authored and
Jan Wieck
committed
Changed TypeName.typmod to int32 - atttypmod is of that size
Jan
1 parent1adb6a9 commitd717160

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/include/nodes/parsenodes.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: parsenodes.h,v 1.63 1998/12/18 09:09:54 vadim Exp $
9+
* $Id: parsenodes.h,v 1.64 1998/12/21 12:50:29 wieck Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -669,7 +669,7 @@ typedef struct TypeName
669669
char*name;/* name of the type */
670670
booltimezone;/* timezone specified? */
671671
boolsetof;/* is a set? */
672-
int16typmod;/* type modifier */
672+
int32typmod;/* type modifier */
673673
List*arrayBounds;/* array bounds */
674674
}TypeName;
675675

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp