• Tom Lane's avatar
    Improve recording of IA64 stack data. · c5756272
    Tom Lane authored
    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.
    c5756272
ipc.c 14.5 KB