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

Commit16620ab

Browse files
committed
Removed unused var to silence gcc warning.
1 parent72786e0 commit16620ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/commands/command.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/backend/commands/Attic/command.c,v 1.68 2000/02/04 18:49:31 wieck Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/commands/Attic/command.c,v 1.69 2000/02/15 18:15:12 tgl Exp $
1212
*
1313
* NOTES
1414
* The PortalExecutorHeapMemory crap needs to be eliminated
@@ -699,7 +699,7 @@ AlterTableAddConstraint(const char *relationName,
699699
caseT_FkConstraint:
700700
{
701701
FkConstraint*fkconstraint=(FkConstraint*)newConstraint;
702-
Relationrel,classrel;
702+
Relationrel;
703703
HeapScanDescscan;
704704
HeapTupletuple;
705705
Triggertrig;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp