mirror of
https://github.com/postgres/postgres.git
synced 2025-07-08 11:42:09 +03:00
atttypmod now -1.
This commit is contained in:
@ -98,7 +98,7 @@ DefineSequence(CreateSeqStmt *seq)
|
||||
typnam = makeNode(TypeName);
|
||||
typnam->setof = FALSE;
|
||||
typnam->arrayBounds = NULL;
|
||||
typnam->typmod = 0;
|
||||
typnam->typmod = -1;
|
||||
coldef = makeNode(ColumnDef);
|
||||
coldef->typename = typnam;
|
||||
coldef->defval = NULL;
|
||||
|
Reference in New Issue
Block a user