Re: Log enhancement for aclcheck permissions failures

2021-04-30 Thread Bharath Rupireddy
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

Log enhancement for aclcheck permissions failures

2021-04-30 Thread Bingyu Shen
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