Rather than using the generic word "space" we might as well use "memory"
since that's precisely what we're dealing with here.
This was extracted from a larger around terminology changes where
the remaining hunks were rejected.
Author: Gurjeet Singh <
[email protected]>
Reviewed-by: Daniel Gustafsson <[email protected]>Reviewed-by: Tom Lane <[email protected]>Discussion: https://postgr.es/m/CABwTF4UHO_NtcsOL6_XZfnpKg_0XBFKa7B-7_x5zs3MRZm3-Tg@mail.gmail.com
<para>
This value is the sum of all <function>malloc</function> requests
associated with the <structname>PGresult</structname> object, that is,
- all the space that will be freed by <xref linkend="libpq-PQclear"/>.
+ all the memory that will be freed by <xref linkend="libpq-PQclear"/>.
This information can be useful for managing memory consumption.
</para>
</listitem>