pgsql: Check criticalSharedRelcachesBuilt in GetSharedSecurityLabel(). - Mailing list pgsql-committers

From Jeff Davis
Subject pgsql: Check criticalSharedRelcachesBuilt in GetSharedSecurityLabel().
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
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/[email protected]
Backpatch-through: 9.6

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/3f5d481ef5725494f8737db6f300a2c42afa915d

Modified Files
--------------
src/backend/commands/seclabel.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Jeff Davis
Date:
Subject: pgsql: Check criticalSharedRelcachesBuilt in GetSharedSecurityLabel().
Next
From: Jeff Davis
Date:
Subject: pgsql: Check criticalSharedRelcachesBuilt in GetSharedSecurityLabel().