pgsql: Fix log_temp_files docs and comments to say bytes not kilobytes.

From: sriggs(at)postgresql(dot)org (Simon Riggs)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix log_temp_files docs and comments to say bytes not kilobytes.
Date: 2010-06-25 13:11:25
Message-ID: 20100625131125.D4DE77541D4@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Log Message:
-----------
Fix log_temp_files docs and comments to say bytes not kilobytes.
stat(2) field st_size returns bytes not kilobytes.
Bug found during recent performance tuning for PostgreSQL user.

Modified Files:
--------------
pgsql/doc/src/sgml:
config.sgml (r1.282 -> r1.283)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/config.sgml?r1=1.282&r2=1.283)
pgsql/src/backend/utils/misc:
guc.c (r1.556 -> r1.557)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/guc.c?r1=1.556&r2=1.557)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2010-06-25 13:15:18 Re: [COMMITTERS] pgsql: Add TCP keepalive support to libpq.
Previous Message Dave Page 2010-06-25 07:48:25 stackbuilder - wizard: Chinese translation from Zhang Pu.

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2010-06-25 13:15:18 Re: [COMMITTERS] pgsql: Add TCP keepalive support to libpq.
Previous Message Peter Eisentraut 2010-06-25 05:57:47 Re: testing plpython3u on 9.0beta2