diff options
| author | Fujii Masao <fujii@postgresql.org> | 2013-06-20 08:17:14 +0900 |
|---|---|---|
| committer | Fujii Masao <fujii@postgresql.org> | 2013-06-20 08:17:14 +0900 |
| commit | bab54e383dd102001753366d3c124f706c7967dd (patch) | |
| tree | 809d19cea7bd7151e6c5398129a78465dc3ad4e2 /src/backend/utils/misc/postgresql.conf.sample | |
| parent | f979599b2068f036405f1b51a9c4260619b06941 (diff) | |
Support TB (terabyte) memory unit in GUC variables.
Patch by Simon Riggs, reviewed by Jeff Janes and me.
Diffstat (limited to 'src/backend/utils/misc/postgresql.conf.sample')
| -rw-r--r-- | src/backend/utils/misc/postgresql.conf.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample index 0303ac78c5f..0d7249f4dbd 100644 --- a/src/backend/utils/misc/postgresql.conf.sample +++ b/src/backend/utils/misc/postgresql.conf.sample @@ -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 |
