aclitemout() shouldn't coredump when it finds an ACL item
Tom Lane <tgl@sss.pgh.pa.us>
aclitemout() shouldn't coredump when it finds an ACL item for a now-vanished group. Instead, display the numeric group ID, same as it does for vanished users.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/catalog/aclchk.c | modified | +4 −3 |
| src/backend/utils/adt/acl.c | modified | +21 −10 |