public inbox for [email protected]
help / color / mirror / Atom feedRe: Clarification on Role Access Rights to Table Indexes
4+ messages / 1 participants
[nested] [flat]
* Re: Clarification on Role Access Rights to Table Indexes
@ 2025-10-15 15:39 Nathan Bossart <[email protected]>
0 siblings, 1 reply; 4+ messages in thread
From: Nathan Bossart @ 2025-10-15 15:39 UTC (permalink / raw)
To: Jeff Davis <[email protected]>; +Cc: Corey Huinker <[email protected]>; Tom Lane <[email protected]>; Ayush Vatsa <[email protected]>; Robert Haas <[email protected]>; David G. Johnston <[email protected]>; PostgreSQL Hackers <[email protected]>
On Tue, Oct 14, 2025 at 10:01:37AM -0700, Jeff Davis wrote:
> If we start with an OID, what's the right way to do these kinds of
> checks? Could we do an ACL check, then lock it, then do an ACL check
> again to catch OID wraparound?
I tried something like this upthread [0]. My feeling was that this was a
lot of complexity for not a lot of gain. Perhaps it's still worth doing,
though.
[0] https://postgr.es/m/aOgmi6avE6qMw_6t%40nathan
--
nathan
^ permalink raw reply [nested|flat] 4+ messages in thread
* Re: Clarification on Role Access Rights to Table Indexes
@ 2025-10-15 17:54 Nathan Bossart <[email protected]>
parent: Nathan Bossart <[email protected]>
0 siblings, 1 reply; 4+ messages in thread
From: Nathan Bossart @ 2025-10-15 17:54 UTC (permalink / raw)
To: Jeff Davis <[email protected]>; +Cc: Corey Huinker <[email protected]>; Tom Lane <[email protected]>; Ayush Vatsa <[email protected]>; Robert Haas <[email protected]>; David G. Johnston <[email protected]>; PostgreSQL Hackers <[email protected]>
I just pushed 0001, and longfin and sifaka have very quickly reminded me
that we don't require C11 on v18. Will fix shortly...
--
nathan
^ permalink raw reply [nested|flat] 4+ messages in thread
* Re: Clarification on Role Access Rights to Table Indexes
@ 2025-10-15 21:38 Nathan Bossart <[email protected]>
parent: Nathan Bossart <[email protected]>
0 siblings, 1 reply; 4+ messages in thread
From: Nathan Bossart @ 2025-10-15 21:38 UTC (permalink / raw)
To: Jeff Davis <[email protected]>; +Cc: Corey Huinker <[email protected]>; Tom Lane <[email protected]>; Ayush Vatsa <[email protected]>; Robert Haas <[email protected]>; David G. Johnston <[email protected]>; PostgreSQL Hackers <[email protected]>
I've committed everything except for 0003, which I probably won't get to
until Friday. Note that I decided against back-patching 0002 because of
the presumed rarity of and lack of reports for the bug.
--
nathan
^ permalink raw reply [nested|flat] 4+ messages in thread
* Re: Clarification on Role Access Rights to Table Indexes
@ 2025-10-17 16:56 Nathan Bossart <[email protected]>
parent: Nathan Bossart <[email protected]>
0 siblings, 0 replies; 4+ messages in thread
From: Nathan Bossart @ 2025-10-17 16:56 UTC (permalink / raw)
To: Jeff Davis <[email protected]>; +Cc: Corey Huinker <[email protected]>; Tom Lane <[email protected]>; Ayush Vatsa <[email protected]>; Robert Haas <[email protected]>; David G. Johnston <[email protected]>; PostgreSQL Hackers <[email protected]>
On Wed, Oct 15, 2025 at 04:38:05PM -0500, Nathan Bossart wrote:
> I've committed everything except for 0003, which I probably won't get to
> until Friday. Note that I decided against back-patching 0002 because of
> the presumed rarity of and lack of reports for the bug.
Everything tracked in this thread is now committed.
--
nathan
^ permalink raw reply [nested|flat] 4+ messages in thread
end of thread, other threads:[~2025-10-17 16:56 UTC | newest]
Thread overview: 4+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2025-10-15 15:39 Re: Clarification on Role Access Rights to Table Indexes Nathan Bossart <[email protected]>
2025-10-15 17:54 ` Nathan Bossart <[email protected]>
2025-10-15 21:38 ` Nathan Bossart <[email protected]>
2025-10-17 16:56 ` Nathan Bossart <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox