Fix compiler warning
Introduced by 087e696f066d31cb2f1269a1296a13dfe0bf7a11, happens with gcc 4.7.2.
This commit is contained in:
parent
bbd4a1b60b
commit
b6e6ae1dc6
@ -1526,8 +1526,8 @@ get_object_address_opf_member(ObjectType objtype,
|
||||
ObjectAddress address;
|
||||
ListCell *cell;
|
||||
List *copy;
|
||||
TypeName *typenames[2];
|
||||
Oid typeoids[2];
|
||||
TypeName *typenames[2] = { NULL, NULL };
|
||||
Oid typeoids[2] = { InvalidOid, InvalidOid };
|
||||
int membernum;
|
||||
int i;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user