Re: invalid search_path complaints
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: pgsql-hackers@postgresql.org
Date: 2012-04-03T17:26:25Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Revise the API for GUC variable assign hooks.
- 2594cf0e8c04 9.1.0 cited
On Tue, Apr 3, 2012 at 12:05 PM, Robert Haas <robertmhaas@gmail.com> wrote: > On Tue, Apr 3, 2012 at 11:49 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote: >> Robert Haas <robertmhaas@gmail.com> writes: >>> If you use ALTER ROLE/DATABASE SET to configure an invalid >>> search_path, PostgreSQL 9.1 issues a complaint about the invalid >>> setting on each new connection. This is a behavior change relatively >>> to previous releases, which did not. >> >> I would say that's an improvement. Do you think it isn't? > > It seems like a log spam hazard at high connection rates. In particular, you also get a warning in the log every time an autovac worker starts up. :-( -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company