Re: Retrieve memory size allocated by libpq

Pavel Stehule <pavel.stehule@gmail.com>

From: Pavel Stehule <pavel.stehule@gmail.com>
To: pgsql-hackers@lists.postgresql.org
Cc: Lars Kanis <kanis@comcard.de>
Date: 2018-09-11T05:23:09Z
Lists: pgsql-hackers
The following review has been posted through the commitfest application:
make installcheck-world:  tested, passed
Implements feature:       not tested
Spec compliant:           not tested
Documentation:            tested, passed

The implementation of PQresultMemsize is simple and correct. There are no warnings, and all tests passed.

I'll mark this patch as ready for committer

The new status of this patch is: Ready for Committer

Commits

  1. Add PQresultMemorySize function to report allocated size of a PGresult.