Ignore missing schemas during non-interactive assignment of search_path.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 11 Apr 2012 16:02:14 +0000 (12:02 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 11 Apr 2012 16:03:05 +0000 (12:03 -0400)
commit35400e14b8e0dea994862d0f16d275b35b5e31b3
tree55607c01da3547d05989cd1b3037514325ac8f1e
parent6cc2ed14f166604b11f85188724c47325ab37b4b
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.
src/backend/catalog/namespace.c