]> granicus.if.org Git - postgresql/commit
On IA64 architecture, we check the depth of the register stack in addition
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 13 Apr 2011 08:43:22 +0000 (11:43 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 13 Apr 2011 08:53:30 +0000 (11:53 +0300)
commit4f5ed3a1cd43598745c1bc9448ba8d331d3aa5fa
tree238a478dffdb8619a113d58748a7353ecac17a92
parent1de4b9afe66acf6dccd129cb0267e0496e938b0f
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.
src/backend/tcop/postgres.c