Ignore missing schemas during non-interactive assignment of search_path.
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/catalog/namespace.c | modified | +3 −1 |