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

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: e910bd2dfee154c2b010befac4f9b28bbc46003a
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2011-04-13T08:52:54Z
Releases: 9.0.4
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