We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72786e0 commit 16620abCopy full SHA for 16620ab
src/backend/commands/command.c
@@ -8,7 +8,7 @@
8
*
9
10
* IDENTIFICATION
11
- * $Header: /cvsroot/pgsql/src/backend/commands/Attic/command.c,v 1.68 2000/02/04 18:49:31 wieck Exp $
+ * $Header: /cvsroot/pgsql/src/backend/commands/Attic/command.c,v 1.69 2000/02/15 18:15:12 tgl Exp $
12
13
* NOTES
14
* The PortalExecutorHeapMemory crap needs to be eliminated
@@ -699,7 +699,7 @@ AlterTableAddConstraint(const char *relationName,
699
case T_FkConstraint:
700
{
701
FkConstraint *fkconstraint=(FkConstraint *)newConstraint;
702
- Relation rel, classrel;
+ Relation rel;
703
HeapScanDesc scan;
704
HeapTuple tuple;
705
Trigger trig;
0 commit comments