Improve recording of IA64 stack data.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: c57562725d219c4249b82f4a4fb5aaeee3ae0d53
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2016-07-09T19:00:22Z
Releases: 9.6.0
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.

Files

PathChange+/−
src/backend/storage/ipc/ipc.c modified +20 −6