[COMMITTERS] pgsql: Don't include unnecessarily.

2011-01-27 Thread Tom Lane
Don't include 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. Branch -- master Details

[COMMITTERS] pgsql: Don't include unnecessarily.

2011-01-27 Thread Tom Lane
Don't include 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. Branch -- REL8_3_STABLE D

[COMMITTERS] pgsql: Don't include unnecessarily.

2011-01-27 Thread Tom Lane
Don't include 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. Branch -- REL8_2_STABLE D

[COMMITTERS] pgsql: Don't include unnecessarily.

2011-01-27 Thread Tom Lane
Don't include 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. Branch -- REL8_4_STABLE D

[COMMITTERS] pgsql: Don't include unnecessarily.

2011-01-27 Thread Tom Lane
Don't include 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. Branch -- REL9_0_STABLE D