pgsql: Check criticalSharedRelcachesBuilt in GetSharedSecurityLabel().

From: Jeff Davis <jdavis(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Check criticalSharedRelcachesBuilt in GetSharedSecurityLabel().
Date: 2021-10-14 19:25:41
Message-ID: E1mb6MH-00044h-2W@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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/ecb7af0b26e3be1d96d291c8453a86f1f82d9061.camel@j-davis.com
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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Jeff Davis 2021-10-14 19:26:17 pgsql: Check criticalSharedRelcachesBuilt in GetSharedSecurityLabel().
Previous Message Jeff Davis 2021-10-14 19:25:18 pgsql: Check criticalSharedRelcachesBuilt in GetSharedSecurityLabel().