Re: Disallow setting client_min_messages > ERROR?
Alvaro Herrera <alvherre@2ndquadrant.com>
From: Alvaro Herrera <alvherre@2ndquadrant.com>
To: Andres Freund <andres@anarazel.de>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, pgsql-hackers@lists.postgresql.org
Date: 2018-11-06T16:48:03Z
Lists: pgsql-hackers
On 2018-Nov-06, Andres Freund wrote: > On 2018-11-06 11:37:40 -0500, Tom Lane wrote: > > Hm, do you really think there is any? > > I'm not sure. But it sounds like it'd possibly slow adoption of the > minor releases if we said "hey, make sure that you nowhere set > client_min_messages > ERROR", even if it's not particularly meaningful > thing to do, as it'd still imply a fair bit of work for bigger > applications with not great standards. I agree -- it seems better to have a benign no-op and prevent this kind of silly rationale from preventing upgrades. -- Álvaro Herrera https://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Commits
-
Disallow setting client_min_messages higher than ERROR.
- c09daa910409 10.7 landed
- 7b08b4a8adbb 11.2 landed
- 3d360e20c9ae 12.0 landed
- 88275ac19900 9.5.16 landed
- 2407d4807fdc 9.4.21 landed
- 041ad9a66d28 9.6.12 landed