We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1adb6a9 commit d717160Copy full SHA for d717160
src/include/nodes/parsenodes.h
@@ -6,7 +6,7 @@
6
*
7
* Copyright (c) 1994, Regents of the University of California
8
9
- * $Id: parsenodes.h,v 1.63 1998/12/18 09:09:54 vadim Exp $
+ * $Id: parsenodes.h,v 1.64 1998/12/21 12:50:29 wieck Exp $
10
11
*-------------------------------------------------------------------------
12
*/
@@ -669,7 +669,7 @@ typedef struct TypeName
669
char *name; /* name of the type */
670
bool timezone; /* timezone specified? */
671
bool setof; /* is a set? */
672
- int16 typmod; /* type modifier */
+ int32 typmod; /* type modifier */
673
List *arrayBounds; /* array bounds */
674
} TypeName;
675
0 commit comments