diff options
author | Andres Freund <andres@anarazel.de> | 2019-06-10 23:20:48 -0700 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2019-06-10 23:35:38 -0700 |
commit | c0155601763a153658a72a628bd66ebacdd2670a (patch) | |
tree | f616b066ccabd1d4fc701e6b585cab1f13cf1978 /src/backend/utils/adt/jsonfuncs.c | |
parent | 6a781c4f5fecc5cde5444459f4cd187872487bda (diff) | |
download | postgresql-c0155601763a153658a72a628bd66ebacdd2670a.tar.gz postgresql-c0155601763a153658a72a628bd66ebacdd2670a.zip |
Don't access catalogs to validate GUCs when not connected to a DB.
Vignesh found this bug in the check function for
default_table_access_method's check hook, but that was just copied
from older GUCs. Investigation by Michael and me then found the bug in
further places.
When not connected to a database (e.g. in a walsender connection), we
cannot perform (most) GUC checks that need database access. Even when
only shared tables are needed, unless they're
nailed (c.f. RelationCacheInitializePhase2()), they cannot be accessed
without pg_class etc. being present.
Fix by extending the existing IsTransactionState() checks to also
check for MyDatabaseOid.
Reported-By: Vignesh C, Michael Paquier, Andres Freund
Author: Vignesh C, Andres Freund
Discussion: https://postgr.es/m/CALDaNm1KXK9gbZfY-p_peRFm_XrBh1OwQO1Kk6Gig0c0fVZ2uw%40mail.gmail.com
Backpatch: 9.4-
Diffstat (limited to 'src/backend/utils/adt/jsonfuncs.c')
0 files changed, 0 insertions, 0 deletions