pgsql: Make PGAC_C_BUILTIN_OP_OVERFLOW link instead of just compiling.

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: Make PGAC_C_BUILTIN_OP_OVERFLOW link instead of just compiling.
Дата
Msg-id E1eOvlL-0007VQ-A2@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Make PGAC_C_BUILTIN_OP_OVERFLOW link instead of just compiling.

Otherwise the detection can spuriously detect symbol as available,
because the compiler may just emits reference to non-existant symbol.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/85abb5b297c5b318738f09345ae226f780b88e92

Modified Files
--------------
config/c-compiler.m4 | 5 +++--
configure            | 7 +++++--
2 files changed, 8 insertions(+), 4 deletions(-)


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

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: Use new overflow aware integer operations.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: PL/Python: Fix potential NULL pointer dereference