]> granicus.if.org Git - postgresql/commit
Don't include <asm/ia64regs.h> unnecessarily.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 27 Jan 2011 21:27:27 +0000 (16:27 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 27 Jan 2011 21:29:59 +0000 (16:29 -0500)
commit9ca60201119fdc41b05beb7063ee5f8d359d099b
tree2c3c05cf4829e3eb1621d15afb39ca22fad3235c
parente7a1793f55f479e360725a1300d0444a4282d14b
Don't include <asm/ia64regs.h> unnecessarily.

We only need that header when compiling with icc, since the gcc variant of
ia64_get_bsp() uses in-line assembly code.  Per report from Frank Brendel,
the header doesn't exist on all IA64 platforms; so don't include it unless
we need it.
src/backend/tcop/postgres.c