]> 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:19 +0000 (11:53 +0300)
commitcbb8c36c8d83edba975b59a534e972d82375fbe9
treef4f1fa0d4cafec3fd1f2ae84aff5536b48ab6052
parent502ff05209ad08c50eb4f7ef491ff4d880a6cb64
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