@@ -1824,9 +1824,10 @@ include_dir 'conf.d'
18241824 (such as a sort or hash table) before writing to temporary disk files.
18251825 If this value is specified without units, it is taken as kilobytes.
18261826 The default value is four megabytes (<literal>4MB</literal>).
1827- Note that for a complex query, several sort or hash operations might be
1828- running in parallel; each operation will generally be allowed
1829- to use as much memory as this value specifies before it starts
1827+ Note that a complex query might perform several sort and hash
1828+ operations at the same time, with each operation generally being
1829+ allowed to use as much memory as this value specifies before
1830+ it starts
18301831 to write data into temporary files. Also, several running
18311832 sessions could be doing such operations concurrently.
18321833 Therefore, the total memory used could be many times the value
@@ -1840,7 +1841,7 @@ include_dir 'conf.d'
18401841 <para>
18411842 Hash-based operations are generally more sensitive to memory
18421843 availability than equivalent sort-based operations. The
1843- memoryavailable for hashtables is computed by multiplying
1844+ memorylimit fora hashtable is computed by multiplying
18441845 <varname>work_mem</varname> by
18451846 <varname>hash_mem_multiplier</varname>. This makes it
18461847 possible for hash-based operations to use an amount of memory