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