On Sat, May 1, 2021 at 5:26 AM Bingyu Shen wrote:
> Hi hackers,
>
> I was wondering if we can improve the error messages for acl permission
> failures.
> Current implementation to report errors is in "backend/catalog/aclchk.c"
> void aclcheck_error(AclResult aclerr, ObjectType objtype, const
Hi hackers,
I was wondering if we can improve the error messages for acl permission
failures.
Current implementation to report errors is in "backend/catalog/aclchk.c"
void aclcheck_error(AclResult aclerr, ObjectType objtype, const char
*objectname);
based on the AclResult type, it print log