Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d717160

Browse files
Jan WieckJan Wieck
Jan Wieck
authored and
Jan Wieck
committed
Changed TypeName.typmod to int32 - atttypmod is of that size
Jan
1 parent 1adb6a9 commit d717160

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
bool timezone; /* timezone specified? */
671671
bool setof; /* is a set? */
672-
int16 typmod; /* type modifier */
672+
int32 typmod; /* type modifier */
673673
List *arrayBounds; /* array bounds */
674674
} TypeName;
675675

0 commit comments

Comments
 (0)