Re: [BUGS] BUG #14244: wrong suffix for pg_size_pretty()

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: thomas(dot)berger(at)1und1(dot)de, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [BUGS] BUG #14244: wrong suffix for pg_size_pretty()
Date: 2016-08-23 17:53:25
Message-ID: CA+TgmoZ6PWM55SguTSG=O2L7o64Wg9bW4SnF_Cc9vDxUb6rYjw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-hackers

On Tue, Aug 23, 2016 at 1:47 PM, Bruce Momjian <bruce(at)momjian(dot)us> wrote:
>> I have already read the entire thread, and replied only after reading
>> all messages.
>
> Well, what are you replying to then?

Your original message. I'm arguing that we should not change the
behavior, as you proposed to do.

> There is no GUC used, and
> everything is backward compatible.

Greg Stark proposed a GUC. I don't think that's a good idea. You
proposed to change the behavior in a way that is not
backward-compatible. I don't think that's a good idea either. If you
are saying that you've dropped those proposals, fine, but I think it's
entirely reasonable for me to express my opinion on them. It was not
evident to me that the thread had reached any kind of consensus.

> Your hyperbole about a new user
> being confused is also not helpful. What is this "chaos" you are
> talking about?

Behavior-changing GUCs are bad news for reasons that have been
discussed many times before: they create a requirement that everybody
who writes code intended to run on arbitrary PostgreSQL installation
be prepared to cater to every possible value of that GUC.
pg_size_pretty() is pretty likely to appear in queries that we give
users to run on their systems, so it would be a particularly poor
choice to make its behavior configurable.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Momjian 2016-08-23 17:57:51 Re: [BUGS] BUG #14244: wrong suffix for pg_size_pretty()
Previous Message Bruce Momjian 2016-08-23 17:47:15 Re: [BUGS] BUG #14244: wrong suffix for pg_size_pretty()

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2016-08-23 17:57:51 Re: [BUGS] BUG #14244: wrong suffix for pg_size_pretty()
Previous Message Bruce Momjian 2016-08-23 17:47:15 Re: [BUGS] BUG #14244: wrong suffix for pg_size_pretty()