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

Commitbb95fea

Browse files
committed
Document "B" and "us" as accepted units in postgres.conf.sample
In postgresql.conf, memory and file size GUCs can be specified with "B"(bytes) as ofb06d8e5. Likewise, time GUCs can be specified with "us"(microseconds) as ofcaf626b. Update postgres.conf.sample to reflectthat fact.Pavel LuzanovBackpatch to v12, which is the earliest version that allows both ofthese units. A separate commit will document the "B" case for v11.Discussion:https://www.postgresql.org/message-id/flat/f10d16fc-8fa0-1b3c-7371-cb3a35a13b7a%40postgrespro.ru
1 parent004874b commitbb95fea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/backend/utils/misc/postgresql.conf.sample

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
# "postgres -c log_connections=on". Some parameters can be changed at run time
2525
# with the "SET" SQL command.
2626
#
27-
# Memory units: kB = kilobytes Time units: ms = milliseconds
27+
# Memory units: B = bytes Time units: us = microseconds
28+
# kB = kilobytes ms = milliseconds
2829
# MB = megabytes s = seconds
2930
# GB = gigabytes min = minutes
3031
# TB = terabytes h = hours

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp