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

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: b5bb040da63806f7386b3434c38e1fa98860ea88
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2011-04-13T08:50:55Z
Releases: 9.1.0
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 −1