We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5466ab6 commit 99d0e6eCopy full SHA for 99d0e6e
src/utils/pgut.c
@@ -86,6 +86,7 @@ static const unit_conversion memory_unit_conversion_table[] =
86
{"TB", OPTION_UNIT_KB, 1024 * 1024 * 1024},
87
{"GB", OPTION_UNIT_KB, 1024 * 1024},
88
{"MB", OPTION_UNIT_KB, 1024},
89
+ {"KB", OPTION_UNIT_KB, 1},
90
{"kB", OPTION_UNIT_KB, 1},
91
92
{"TB", OPTION_UNIT_BLOCKS, (1024 * 1024 * 1024) / (BLCKSZ / 1024)},
0 commit comments