Make pg_shseclabel available in early backend startup

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: efa318bcfac132c48dff8196f726e56a6843f06b
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2016-01-05T17:50:53Z
Releases: 9.6.0
Make pg_shseclabel available in early backend startup

While the in-core authentication mechanism doesn't need to access
pg_shseclabel at all, it's reasonable to think that an authentication
hook will want to look at the label for the role logging in, or for rows
in other catalogs used during the authentication phase of startup.

Catalog version bumped, because this changes the "is nailed" status for
pg_shseclabel.

Author: Adam Brightwell

Files