Re: [HACKERS] memory fields from getrusage() - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [HACKERS] memory fields from getrusage()
Date
Msg-id 920.1497539138@sss.pgh.pa.us
Whole thread Raw
In response to Re: [HACKERS] memory fields from getrusage()  (Justin Pryzby <pryzby@telsasoft.com>)
List pgsql-hackers
Justin Pryzby <pryzby@telsasoft.com> writes:
> Comments ?

I was wondering whether it'd be better to drive this off of configure
probes for the existence of the struct fields.  However, in view of
the same fields having different contents on some platforms, such
a probe wouldn't really help much --- you'd still need platform-aware
logic.

Please add to next commitfest so we remember about this when the time
is ripe.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Justin Pryzby
Date:
Subject: Re: [HACKERS] memory fields from getrusage()
Next
From: Robert Haas
Date:
Subject: Re: [HACKERS] intermittent failures in Cygwin from select_parallel tests