pgsql: Add PQresultMemorySize function to report allocated size of aPG

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Add PQresultMemorySize function to report allocated size of aPG
Дата
Msg-id E1fzrPQ-0001vo-V1@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Parse more strictly integer parameters from connection stringsi
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: ecpg: Change --version output to common style