Don't include <asm/ia64regs.h> unnecessarily.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 948a64d2b9d75e20a247fd7e3f11fd2a4120319b
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2011-01-27T21:30:03Z
Releases: 8.2.20
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.

Files

PathChange+/−
src/backend/tcop/postgres.c modified +2 −0