Thanks to visit codestin.com Credit goes to github.com
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 66d6086 commit d8fd08eCopy full SHA for d8fd08e
doc/src/sgml/libpq.sgml
@@ -7323,7 +7323,7 @@ size_t PQresultMemorySize(const PGresult *res);
7323
<para>
7324
This value is the sum of all <function>malloc</function> requests
7325
associated with the <structname>PGresult</structname> object, that is,
7326
- all the space that will be freed by <xref linkend="libpq-PQclear"/>.
+ all the memory that will be freed by <xref linkend="libpq-PQclear"/>.
7327
This information can be useful for managing memory consumption.
7328
</para>
7329
</listitem>
0 commit comments