aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorSimon Riggs <simon@2ndQuadrant.com>2010-06-25 13:11:25 +0000
committerSimon Riggs <simon@2ndQuadrant.com>2010-06-25 13:11:25 +0000
commit3bdd23932b2a1d0dcae5b10e639108c2430ca9f0 (patch)
treef36a8c34ed41e060d9022c170df32c76500c03bd /doc/src
parentfd3499be2fde05a7773a6e01b114765f7aa06736 (diff)
downloadpostgresql-3bdd23932b2a1d0dcae5b10e639108c2430ca9f0.tar.gz
postgresql-3bdd23932b2a1d0dcae5b10e639108c2430ca9f0.zip
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.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/config.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
index 298ccb60e1d..174f9814002 100644
--- a/doc/src/sgml/config.sgml
+++ b/doc/src/sgml/config.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.282 2010/06/22 02:57:49 rhaas Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.283 2010/06/25 13:11:25 sriggs Exp $ -->
<chapter Id="runtime-config">
<title>Server Configuration</title>
@@ -3566,7 +3566,7 @@ FROM pg_stat_activity;
A log entry is made for each temporary file when it is deleted.
A value of zero logs all temporary file information, while positive
values log only files whose size is greater than or equal to
- the specified number of kilobytes. The
+ the specified number of bytes. The
default setting is <literal>-1</>, which disables such logging.
Only superusers can change this setting.
</para>