mirror of
https://github.com/postgres/postgres.git
synced 2025-05-06 19:59:18 +03:00
cc1: warnings being treated as errors
remove.c: In function `RemoveAggregate': remove.c:413: warning: unused variable `typename' -> got rid of it.
This commit is contained in:
parent
9d14ef9465
commit
f1cf69c080
@ -7,7 +7,7 @@
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
* $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 $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
@ -410,7 +410,6 @@ RemoveAggregate(char *aggName, char *aggType)
|
|||||||
HeapTuple tup;
|
HeapTuple tup;
|
||||||
ItemPointerData itemPointerData;
|
ItemPointerData itemPointerData;
|
||||||
char *userName;
|
char *userName;
|
||||||
char *typename;
|
|
||||||
Oid basetypeID = InvalidOid;
|
Oid basetypeID = InvalidOid;
|
||||||
bool defined;
|
bool defined;
|
||||||
ScanKeyData aggregateKey[3];
|
ScanKeyData aggregateKey[3];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user