From: | "Joel Jacobson" <joel(at)compiler(dot)org> |
---|---|
To: | "Michael Paquier" <michael(at)paquier(dot)xyz> |
Cc: | pgsql-hackers(at)lists(dot)postgresql(dot)org |
Subject: | Re: [PATCH] pg_permissions |
Date: | 2024-10-08 16:58:34 |
Message-ID: | cebd3708-865f-48d8-8363-bd1950c23756@app.fastmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Tue, Oct 8, 2024, at 03:48, Michael Paquier wrote:
> On Thu, Jun 13, 2024 at 07:34:30AM +0200, Joel Jacobson wrote:
>> Hmm, strange, the commitfest system didn't pick up the email with patch 0006 for some reason,
>> with message id 0c5a6b79-408c-4910-9b2e-4aa9a7b30f3a(at)app(dot)fastmail(dot)com
>>
>> It's rebased to latest HEAD, so not sure why.
>>
>> Maybe it got confused when I quickly afterwards sent a new email without a patch?
>>
>> Here is a new attempt, file content unchanged, just named to 0007 and added "pg_get_acl" to the name.
>
> The CF bot is red for some time now. Please rebase.
Thanks for the reminder.
Rebased and removed pg_get_acl from the patch,
and changed the pg_privileges view to use the three parameter
version of pg_get_acl() that eventually got committed,
where the third parameter is the objsubid.
/Joel
Attachment | Content-Type | Size |
---|---|---|
0001-Add-pg_ownerships-and-pg_privileges-system-views.patch | application/octet-stream | 14.6 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Andres Freund | 2024-10-08 17:00:44 | Re: overflow bug for inhcounts |
Previous Message | Peter Geoghegan | 2024-10-08 16:52:40 | Re: Avoiding superfluous buffer locking during nbtree backwards scans |