Re: pgsql: Add some temporary code to record stack usage at server process - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Add some temporary code to record stack usage at server process
Date
Msg-id 8784.1468092274@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: Add some temporary code to record stack usage at server process  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
List pgsql-committers
Peter Eisentraut <peter.eisentraut@2ndquadrant.com> writes:
> On 7/8/16 12:01 PM, Tom Lane wrote:
>> Add some temporary code to record stack usage at server process exit.

> In spite of the void cast, this is still warning

> ipc.c:125: ignoring return value of ‘system’, declared with attribute
> warn_unused_result [-Wunused-result]

Don't really care, since the whole thing will be going away again once
we've collected a full set of buildfarm results ...

            regards, tom lane


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Improve recording of IA64 stack data.
Next
From: Tom Lane
Date:
Subject: pgsql: Fix TAP tests and MSVC scripts for pathnames with spaces.