pgsql: Improve recording of IA64 stack data.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve recording of IA64 stack data.
Date: 2016-07-09 19:00:53
Message-ID: E1bLxUj-0002j1-OR@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve recording of IA64 stack data.

Examination of the results from anole and gharial suggests that we're
only managing to track the size of one of the two stacks of IA64 machines.
Some googling gave the answer: on HPUX11, the register stack is reported
as a page type I don't see in pstat.h on my HPUX10 box. Let's try
testing for that.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/c57562725d219c4249b82f4a4fb5aaeee3ae0d53

Modified Files
--------------
src/backend/storage/ipc/ipc.c | 26 ++++++++++++++++++++------
1 file changed, 20 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-07-09 19:24:34 Re: pgsql: Add some temporary code to record stack usage at server process
Previous Message Peter Eisentraut 2016-07-09 18:29:58 Re: pgsql: Add some temporary code to record stack usage at server process