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

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: f16907b98b6ff906e4d0a9f54da07535379968dc
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2011-04-13T08:53:06Z
Releases: 8.4.8
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