]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Check criticalSharedRelcachesBuilt in GetSharedSecurityLabel().
authorJeff Davis <jdavis@postgresql.org>
Thu, 14 Oct 2021 19:26:26 +0000 (12:26 -0700)
committerJeff Davis <jdavis@postgresql.org>
Thu, 14 Oct 2021 19:26:26 +0000 (12:26 -0700)
commitae6abeb88047d689e6525a5725cffcd8fc43fe27
treec18dfb599f145d9bfbabdbbd2773f6d9286b6232
parent5ec87619bc5d987954475444713672ca733b944a
Check criticalSharedRelcachesBuilt in GetSharedSecurityLabel().

An extension may want to call GetSecurityLabel() on a shared object
before the shared relcaches are fully initialized. For instance, a
ClientAuthentication_hook might want to retrieve the security label on
a role.

Discussion: https://postgr.es/m/ecb7af0b26e3be1d96d291c8453a86f1f82d9061.camel@j-davis.com
Backpatch-through: 9.6
src/backend/commands/seclabel.c