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

Commit7155e05

Browse files
committed
Document "B" as an accepted unit in postgres.conf.sample
In postgresql.conf, memory and file size GUCs can be specified with "B"(bytes) as ofb06d8e5.Pavel LuzanovThis is a backpatch to v11 of a portion ofbb95fea.Discussion:https://www.postgresql.org/message-id/flat/f10d16fc-8fa0-1b3c-7371-cb3a35a13b7a%40postgrespro.ru
1 parenta8f144b commit7155e05

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
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
28-
#MB =megabytes s = seconds
29-
#GB =gigabytes min = minutes
30-
#TB =terabytes h = hours
31-
# d = days
27+
# Memory units: B = bytes Time units: ms = milliseconds
28+
#kB =kilobytes s = seconds
29+
#MB =megabytes min = minutes
30+
#GB =gigabytes h = hours
31+
#TB = terabytes d = days
3232

3333

3434
#------------------------------------------------------------------------------

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp