Обсуждение: [COMMITTERS] pgsql: Add memory info to getrusage output

Поиск
Список
Период
Сортировка

[COMMITTERS] pgsql: Add memory info to getrusage output

От
Peter Eisentraut
Дата:
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(-)