Add defense in assign_session_authorization() against trying to do
authorTom Lane <[email protected]>
Fri, 6 Jun 2003 16:25:52 +0000 (16:25 +0000)
committerTom Lane <[email protected]>
Fri, 6 Jun 2003 16:25:52 +0000 (16:25 +0000)
commitbecb1be34b922c2c8eb85811c4a2d671fa60304f
tree91c9012366c6ef894ebaf66e4b6ff0f76c68abf5
parent479fb69c7ea945d4b47135b242ba9ff437baae8e
Add defense in assign_session_authorization() against trying to do
catalog lookups when not in a transaction.  This prevents bizarre
failures if someone tries to set a value for session_authorization in
postgresql.conf.  Per report from Fernando Nasser.
src/backend/commands/variable.c