Re: Re: [COMMITTERS] pgsql: Fix log_temp_files docs and comments to say bytes not kilobytes.

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: Josh Berkus <josh(at)agliodbs(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Re: [COMMITTERS] pgsql: Fix log_temp_files docs and comments to say bytes not kilobytes.
Date: 2010-06-27 11:48:46
Message-ID: 1277639326.25074.56557.camel@ebony
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On Fri, 2010-06-25 at 10:56 -0700, Josh Berkus wrote:
> >> Shouldn't this be backpatched, or was this a new bug in 9.0?
>
> We've always output bytes. I'd have noticed the discrepancy myself if
> I'd read the actual docs ;-)

We can still output bytes, no problem. The issue is that the parameter
is actually measured in bytes, whereas the docs say kilobytes, so you
get much more log output than you were expecting.

> KB would be more useful. And I don't think people have enough scripts
> built on this yet to make this break anything. We should backport to 8.4.

OK

--
Simon Riggs www.2ndQuadrant.com
PostgreSQL Development, 24x7 Support, Training and Services

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-06-27 19:07:24 pgsql: Fix pg_restore so parallel restore doesn't fail when the input
Previous Message User C2main 2010-06-27 01:43:01 slony1-ctl - slony-ctl: Continue work with add nodes

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2010-06-27 11:52:17 Re: GSoC - code of implementation of materialized views
Previous Message Simon Riggs 2010-06-27 11:46:56 Re: Streaming Replication: sql error on standby