]> granicus.if.org Git - postgresql/commit
Improve recording of IA64 stack data.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 9 Jul 2016 19:00:22 +0000 (15:00 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 9 Jul 2016 19:00:22 +0000 (15:00 -0400)
commitc57562725d219c4249b82f4a4fb5aaeee3ae0d53
treeb8f841a028f7923e1bbc772ca164261e4a101f2f
parentea9c4a16d5ad88a1d28d43ef458e3209b53eb106
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.
src/backend/storage/ipc/ipc.c