pgsql: Add configure test to see if the C compiler has gcc-style comput

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add configure test to see if the C compiler has gcc-style comput
Date: 2017-03-20 17:35:37
Message-ID: E1cq1DV-0003b6-C1@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add configure test to see if the C compiler has gcc-style computed gotos.

We'll need this for the upcoming patch to speed up expression evaluation.
Might as well push it now to see if it behaves sanely in the buildfarm.

Andres Freund

Discussion: https://postgr.es/m/20170320062511.hp5qeurtxrwsvfxr@alap3.anarazel.de

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/bc18126a6bcb85b51dc082c3ef4417dc016ebd9c

Modified Files
--------------
config/c-compiler.m4 | 24 ++++++++++++++++++++++++
configure | 34 ++++++++++++++++++++++++++++++++++
configure.in | 1 +
src/include/pg_config.h.in | 3 +++
src/include/pg_config.h.win32 | 3 +++
5 files changed, 65 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2017-03-20 19:54:35 pgsql: Fixes for single-page hash index vacuum.
Previous Message Heikki Linnakangas 2017-03-20 17:28:59 pgsql: Add .gitignore for src/test/authentication/tmp_check.