|
8 | 8 | *
|
9 | 9 | *
|
10 | 10 | * IDENTIFICATION
|
11 |
| - * $Header: /cvsroot/pgsql/src/backend/commands/typecmds.c,v 1.32 2003/02/19 23:41:15 momjian Exp $ |
| 11 | + * $Header: /cvsroot/pgsql/src/backend/commands/typecmds.c,v 1.33 2003/04/08 16:57:45 tgl Exp $ |
12 | 12 | *
|
13 | 13 | * DESCRIPTION
|
14 | 14 | * The "DefineFoo" routines take the parse tree and pick out the
|
@@ -1025,7 +1025,7 @@ AlterDomainDefault(List *names, Node *defaultRaw)
|
1025 | 1025 | /* Clean up */
|
1026 | 1026 | heap_close(rel,NoLock);
|
1027 | 1027 | heap_freetuple(newtuple);
|
1028 |
| -}; |
| 1028 | +} |
1029 | 1029 |
|
1030 | 1030 | /*
|
1031 | 1031 | * AlterDomainNotNull
|
@@ -1219,7 +1219,7 @@ AlterDomainDropConstraint(List *names, const char *constrName, DropBehavior beha
|
1219 | 1219 | heap_close(conrel,RowExclusiveLock);
|
1220 | 1220 |
|
1221 | 1221 | heap_close(rel,NoLock);
|
1222 |
| -}; |
| 1222 | +} |
1223 | 1223 |
|
1224 | 1224 | /*
|
1225 | 1225 | * AlterDomainAddConstraint
|
|