[COMMITTERS] pgsql: Add configure test to see if the C compiler has gcc-stylecomput

Поиск
Список
Период
Сортировка
От Tom Lane
Тема [COMMITTERS] pgsql: Add configure test to see if the C compiler has gcc-stylecomput
Дата
Msg-id E1cq1DV-0003b6-C1@gemulon.postgresql.org
обсуждение исходный текст
Список 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(+)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: [COMMITTERS] pgsql: Add .gitignore for src/test/authentication/tmp_check.
Следующее
От: Robert Haas
Дата:
Сообщение: [COMMITTERS] pgsql: Fixes for single-page hash index vacuum.