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

docs: properly capitalize and space kB, MB, GB, TB

This commit is contained in:
Bruce Momjian
2016-07-30 12:27:27 -04:00
parent af33039317
commit ca0c37b56f
13 changed files with 39 additions and 39 deletions

View File

@ -755,7 +755,7 @@ typedef struct spgLeafConsistentOut
<para>
Individual leaf tuples and inner tuples must fit on a single index page
(8KB by default). Therefore, when indexing values of variable-length
(8kB by default). Therefore, when indexing values of variable-length
data types, long values can only be supported by methods such as radix
trees, in which each level of the tree includes a prefix that is short
enough to fit on a page, and the final leaf level includes a suffix also