mirror of
https://github.com/postgres/postgres.git
synced 2026-03-03 13:51:00 -05:00
parent
a30f146db4
commit
1ec36a9eb4
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue