pgsql: Add PQresultMemorySize function to report allocated size of aPG - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Add PQresultMemorySize function to report allocated size of aPG
Date
Msg-id E1fzrPQ-0001vo-V1@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add PQresultMemorySize function to report allocated size of a PGresult.

This number can be useful for application memory management, and the
overhead to track it seems pretty trivial.

Lars Kanis, reviewed by Pavel Stehule, some mods by me

Discussion: https://postgr.es/m/fa16a288-9685-14f2-97c8-b8ac84365a4f@greiz-reinsdorf.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2970afa6cf1057107c998bf3cdd1fbf6dc78cf6c

Modified Files
--------------
doc/src/sgml/libpq.sgml          | 34 ++++++++++++++++++++++++++++++++++
src/interfaces/libpq/exports.txt |  1 +
src/interfaces/libpq/fe-exec.c   | 38 ++++++++++++++++++++++++++++++++------
src/interfaces/libpq/libpq-fe.h  |  1 +
src/interfaces/libpq/libpq-int.h |  2 ++
5 files changed, 70 insertions(+), 6 deletions(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Parse more strictly integer parameters from connection stringsi
Next
From: Peter Eisentraut
Date:
Subject: pgsql: ecpg: Change --version output to common style