mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-11 19:20:40 +08:00
Add missing break
This commit is contained in:
parent
b480086760
commit
8f164e1eea
@ -975,6 +975,7 @@ get_object_address(ObjectType objtype, List *objname, List *objargs,
|
||||
address = get_object_address_publication_rel(objname, objargs,
|
||||
&relation,
|
||||
missing_ok);
|
||||
break;
|
||||
case OBJECT_DEFACL:
|
||||
address = get_object_address_defacl(objname, objargs,
|
||||
missing_ok);
|
||||
|
Loading…
Reference in New Issue
Block a user