1
0
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:
Bruce Momjian
1998-02-07 06:11:56 +00:00
parent ec9d5d71ec
commit 65faaf3046
10 changed files with 243 additions and 241 deletions

View File

@ -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;