1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-14 08:21:07 +03:00

Support TB (terabyte) memory unit in GUC variables.

Patch by Simon Riggs, reviewed by Jeff Janes and me.
This commit is contained in:
Fujii Masao
2013-06-20 08:17:14 +09:00
parent f979599b20
commit bab54e383d
3 changed files with 26 additions and 4 deletions

View File

@ -27,7 +27,7 @@
# Memory units: kB = kilobytes Time units: ms = milliseconds
# MB = megabytes s = seconds
# GB = gigabytes min = minutes
# h = hours
# TB = terabytes h = hours
# d = days