Skip to content

Commit e630faa

Browse files
committed
Fill in no_priv_msg for publications and subscriptions
Even though these messages are not used yet, we should keep the list complete.
1 parent cdcad6b commit e630faa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/backend/catalog/aclchk.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3345,6 +3345,10 @@ static const char *const no_priv_msg[MAX_ACL_KIND] =
33453345
gettext_noop("permission denied for event trigger %s"),
33463346
/* ACL_KIND_EXTENSION */
33473347
gettext_noop("permission denied for extension %s"),
3348+
/* ACL_KIND_PUBLICATION */
3349+
gettext_noop("permission denied for publication %s"),
3350+
/* ACL_KIND_SUBSCRIPTION */
3351+
gettext_noop("permission denied for subscription %s"),
33483352
};
33493353

33503354
static const char *const not_owner_msg[MAX_ACL_KIND] =

0 commit comments

Comments
 (0)