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

Heikki Linnakangas <heikki.linnakangas@iki.fi>

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