mirror of
https://github.com/postgres/postgres.git
synced 2026-07-15 20:52:53 -04:00
Add missing break
This commit is contained in:
parent
b480086760
commit
8f164e1eea
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue