Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdbb7503

Browse files
committed
Remove extraneous semicolons.
1 parenta50f285 commitdbb7503

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/backend/commands/typecmds.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* 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 $
1212
*
1313
* DESCRIPTION
1414
* The "DefineFoo" routines take the parse tree and pick out the
@@ -1025,7 +1025,7 @@ AlterDomainDefault(List *names, Node *defaultRaw)
10251025
/* Clean up */
10261026
heap_close(rel,NoLock);
10271027
heap_freetuple(newtuple);
1028-
};
1028+
}
10291029

10301030
/*
10311031
* AlterDomainNotNull
@@ -1219,7 +1219,7 @@ AlterDomainDropConstraint(List *names, const char *constrName, DropBehavior beha
12191219
heap_close(conrel,RowExclusiveLock);
12201220

12211221
heap_close(rel,NoLock);
1222-
};
1222+
}
12231223

12241224
/*
12251225
* AlterDomainAddConstraint

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp