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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Don't include <asm/ia64regs.h> unnecessarily.
Date: 2011-01-27 21:30:26
Message-ID: E1PiZQA-0004r4-05@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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_2_STABLE

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-01-27 22:46:51 pgsql: Prevent buffer overrun while parsing an integer in a "query_int"
Previous Message Tom Lane 2011-01-27 21:30:25 pgsql: Don't include <asm/ia64regs.h> unnecessarily.