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

Commit4c60a77

Browse files
committed
Remove unused variable
Cédric Villemain
1 parent4d7d638 commit4c60a77

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

‎src/backend/commands/tablecmds.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8641,7 +8641,6 @@ ATExecAddOf(Relation rel, const TypeName *ofTypename, LOCKMODE lockmode)
86418641
{
86428642
Oidrelid=RelationGetRelid(rel);
86438643
Typetypetuple;
8644-
Form_pg_typetyp;
86458644
Oidtypeid;
86468645
RelationinheritsRelation,
86478646
relationRelation;
@@ -8658,7 +8657,6 @@ ATExecAddOf(Relation rel, const TypeName *ofTypename, LOCKMODE lockmode)
86588657
/* Validate the type. */
86598658
typetuple=typenameType(NULL,ofTypename,NULL);
86608659
check_of_type(typetuple);
8661-
typ= (Form_pg_type)GETSTRUCT(typetuple);
86628660
typeid=HeapTupleGetOid(typetuple);
86638661

86648662
/* Fail if the table has any inheritance parents. */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp