mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
parent
bbd4a1b60b
commit
b6e6ae1dc6
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Reference in a new issue