mirror of
https://github.com/postgres/postgres.git
synced 2025-07-03 20:02:46 +03:00
@ -1578,8 +1578,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;
|
||||
|
||||
|
Reference in New Issue
Block a user