Re: refactor ownercheck and aclcheck functions - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: refactor ownercheck and aclcheck functions
Date
Msg-id 9d35d618-f6d8-96dd-8ac8-b2d512a126f4@enterprisedb.com
Whole thread Raw
In response to Re: refactor ownercheck and aclcheck functions  (Corey Huinker <corey.huinker@gmail.com>)
List pgsql-hackers
On 09.11.22 19:12, Corey Huinker wrote:
>     After considering this again, I decided to brute-force this and get rid
>     of all the trivial wrapper functions and also several of the special
>     cases.  That way, there is less confusion at the call sites about why
>     this or that style is used in a particular case.  Also, it now makes
>     sure you can't accidentally use the generic functions when a particular
>     one should be used.
> 
> 
> +1

committed




pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: libpq support for NegotiateProtocolVersion
Next
From: Peter Eisentraut
Date:
Subject: Re: libpq error message refactoring