Re: refactor ownercheck and aclcheck functions

From: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>
To: Corey Huinker <corey(dot)huinker(at)gmail(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: refactor ownercheck and aclcheck functions
Date: 2022-11-13 09:26:43
Message-ID: 9d35d618-f6d8-96dd-8ac8-b2d512a126f4@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2022-11-13 11:13:15 Re: libpq error message refactoring
Previous Message Peter Eisentraut 2022-11-13 09:21:35 Re: libpq support for NegotiateProtocolVersion