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:50:55 +0000 (11:50 +0300)
commitb5bb040da63806f7386b3434c38e1fa98860ea88
tree73abddf25ce345a350f5b3ca709ed2e7b0f83ad7
parentdd95a1d3dd52cb9848d54ab9962156f666c4ca39
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