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

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Add some temporary code to record stack usage at server process
Date: 2016-07-09 18:29:58
Message-ID: 18c379f8-aa86-b658-5fc2-c4e455083b74@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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]

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-07-09 19:00:53 pgsql: Improve recording of IA64 stack data.
Previous Message Peter Eisentraut 2016-07-09 13:17:42 Re: pgsql: doc: mention dependency on collation libraries