[COMMITTERS] pgsql: Add memory info to getrusage output - Mailing list pgsql-committers

From Peter Eisentraut
Subject [COMMITTERS] pgsql: Add memory info to getrusage output
Date
Msg-id E1dnrpS-0008DG-7y@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add memory info to getrusage output

Add the maxrss field to the getrusage output (log_*_stats).  This was
previously omitted because of portability concerns, but we feel this
might not be a concern anymore.

based on patch by Justin Pryzby <pryzby@telsasoft.com>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c039ba0716383ccaf88c9be1a7f0803a77823de1

Modified Files
--------------
src/backend/tcop/postgres.c | 17 ++++++++++++-----
1 file changed, 12 insertions(+), 5 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: Tighten up some code in RelationBuildPartitionDesc.
Next
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Improve division of labor between execParallel.c andnodeGather[