Re: pgsql: Add some temporary code to record stack usage at server process

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Add some temporary code to record stack usage at server process
Date: 2016-07-09 19:24:34
Message-ID: 8784.1468092274@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)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

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-07-09 20:47:59 pgsql: Fix TAP tests and MSVC scripts for pathnames with spaces.
Previous Message Tom Lane 2016-07-09 19:00:53 pgsql: Improve recording of IA64 stack data.