pgsql: Don't include unnecessarily. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Don't include unnecessarily.
Date
Msg-id E1PiZQ9-0004r2-T0@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
REL8_4_STABLE

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=8bbb60225a8127681718f399af9b8d90170c435f

Modified Files
--------------
src/backend/tcop/postgres.c |    2 ++
1 files changed, 2 insertions(+), 0 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Don't include unnecessarily.
Next
From: Tom Lane
Date:
Subject: pgsql: Don't include unnecessarily.