Ignore missing schemas during non-interactive assignment of search_path.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 35400e14b8e0dea994862d0f16d275b35b5e31b3
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2012-04-11T16:03:05Z
Releases: 9.1.4
Ignore missing schemas during non-interactive assignment of search_path.

This aligns 9.1's behavior with that of older branches.  HEAD is now even
laxer, ignoring missing schemas all the time, but that seems like too big
a change for a released branch.  Per complaint from Robert Haas.

Files

PathChange+/−
src/backend/catalog/namespace.c modified +3 −1