OSDN Git Service

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:52:54 +0000 (11:52 +0300)
commite910bd2dfee154c2b010befac4f9b28bbc46003a
tree6fb795909a52a1de30c9346f7817eaa142f6adca
parent290bb9b61c64afdb7b733837c0a00427b58745aa
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