Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1f059a4

Browse files
doc: Clarify unit of logging for log_temp_files
When the unit is omitted from log_temp_files the value is taken as kb,but the logged value is also without unit but specified in bytes. Thiscould cause some confusion, so clarify in the documentation which unitis used when logging.Reported-by: iphatiey5eu2au6@pasms.beReviewed-by: Bruce Momjian <bruce@momjian.us>Discussion:https://postgr.es/m/166859439833.632.13122583000472281400@wrigleys.postgresql.org
1 parentcbe6e48 commit1f059a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎doc/src/sgml/config.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7501,7 +7501,7 @@ log_line_prefix = '%m [%p] %q%u@%d/%a '
75017501
Temporary files can be
75027502
created for sorts, hashes, and temporary query results.
75037503
If enabled by this setting, a log entry is emitted for each
7504-
temporary file when it is deleted.
7504+
temporary file, with the file size specified in bytes, when it is deleted.
75057505
A value of zero logs all temporary file information, while positive
75067506
values log only files whose size is greater than or equal to
75077507
the specified amount of data.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp