Re: Proper object locking for GRANT/REVOKE
Peter Eisentraut <peter@eisentraut.org>
From: Peter Eisentraut <peter@eisentraut.org>
To: Heikki Linnakangas <hlinnaka@iki.fi>,
Nathan Bossart <nathandbossart@gmail.com>, Noah Misch <noah@leadboat.com>
Cc: Bertrand Drouvot <bertranddrouvot.pg@gmail.com>,
pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2025-08-27T16:54:33Z
Lists: pgsql-hackers
On 26.08.25 18:21, Heikki Linnakangas wrote: > +1 for the comment patch (0001-Improve-objectNamesToOids-comment.patch). > > +1 for also doing something like (0002-WIP-Attempt-to-put-back-intra- > grant-inplace.spec-cov.patch), to keep the test coverage for the "cache > lookup failed" error. Maybe add a new test for that, given that it's > pretty hacky. > > Those are just comment and test updates, however, so they should not > block the release. I will remove this from the Open Items list. I have committed these two patches now.
Commits
-
Put back intra-grant-inplace.spec test coverage
- 310d04169a41 19 (unreleased) landed
- baf45ba0533f 18.0 landed
-
Improve objectNamesToOids() comment
- e36fa9319b13 19 (unreleased) landed
- 118601a7e8c0 18.0 landed
-
Proper object locking for GRANT/REVOKE
- d31bbfb6590e 18.0 landed
-
Add an assertion in get_object_address()
- e468ec0fddcd 18.0 landed