Thread
Commits
-
Check criticalSharedRelcachesBuilt in GetSharedSecurityLabel().
- ae6abeb88047 9.6.24 landed
- 9364f64a2a73 10.19 landed
- 3f5d481ef572 11.14 landed
- ab11f6e461b9 12.9 landed
- 20f785732fdd 13.5 landed
- 0b90f1c4c329 14.1 landed
- 7821a0bf2096 15.0 landed
-
GetSharedSecurityLabel() should be callable before shared relcaches are available
Jeff Davis <pgsql@j-davis.com> — 2021-10-08T20:55:01Z
If I understand correctly, it's intended that GetSharedSecurityLabel() should be callable before the shared relcaches are built. If so, the systable_beginscan can't pass an unconditional 'true' for indexOK. Patch attached. Regards, Jeff Davis