]> git.ipfire.org Git - thirdparty/postgresql.git/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:06 +0000 (11:53 +0300)
commitf16907b98b6ff906e4d0a9f54da07535379968dc
treeaedabc2e0881a3d6cbbfb8d24217f2c4b5f93dbd
parenta2f9219e7053bf2395c50b198379d1073dbc2298
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