Thread: pgsql: On IA64 architecture, we check the depth of the register stack i

pgsql: On IA64 architecture, we check the depth of the register stack i

From
Heikki Linnakangas
Date:
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.

Branch
------
REL8_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/4f5ed3a1cd43598745c1bc9448ba8d331d3aa5fa

Modified Files
--------------
src/backend/tcop/postgres.c |    9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)