mirror of
https://github.com/postgres/postgres.git
synced 2025-10-29 22:49:41 +03:00
@@ -1526,8 +1526,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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user