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 9d14ef9 commit f1cf69cCopy full SHA for f1cf69c
src/backend/commands/remove.c
@@ -7,7 +7,7 @@
7
*
8
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/commands/Attic/remove.c,v 1.8 1997/05/22 00:14:32 scrappy Exp $
+ * $Header: /cvsroot/pgsql/src/backend/commands/Attic/remove.c,v 1.9 1997/06/03 06:23:24 vadim Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -410,7 +410,6 @@ RemoveAggregate(char *aggName, char *aggType)
410
HeapTuple tup;
411
ItemPointerData itemPointerData;
412
char *userName;
413
- char *typename;
414
Oid basetypeID = InvalidOid;
415
bool defined;
416
ScanKeyData aggregateKey[3];
0 commit comments