mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Removed unused var to silence gcc warning.
This commit is contained in:
@ -8,7 +8,7 @@
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
* $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 $
|
||||||
*
|
*
|
||||||
* NOTES
|
* NOTES
|
||||||
* The PortalExecutorHeapMemory crap needs to be eliminated
|
* The PortalExecutorHeapMemory crap needs to be eliminated
|
||||||
@ -699,7 +699,7 @@ AlterTableAddConstraint(const char *relationName,
|
|||||||
case T_FkConstraint:
|
case T_FkConstraint:
|
||||||
{
|
{
|
||||||
FkConstraint *fkconstraint=(FkConstraint *)newConstraint;
|
FkConstraint *fkconstraint=(FkConstraint *)newConstraint;
|
||||||
Relation rel, classrel;
|
Relation rel;
|
||||||
HeapScanDesc scan;
|
HeapScanDesc scan;
|
||||||
HeapTuple tuple;
|
HeapTuple tuple;
|
||||||
Trigger trig;
|
Trigger trig;
|
||||||
|
Reference in New Issue
Block a user