On IA64 architecture, we check the depth of the register stack in addition

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: 4f5ed3a1cd43598745c1bc9448ba8d331d3aa5fa
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2011-04-13T08:53:30Z
Releases: 8.2.21
On IA64 architecture, we check the depth of the register stack in addition
to the regular stack. The code to do that is platform and compiler specific,
add support for the HP-UX native compiler.

Files

PathChange+/−
src/backend/tcop/postgres.c modified +7 −2