pgsql: Make PGAC_C_BUILTIN_OP_OVERFLOW link instead of just compiling.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make PGAC_C_BUILTIN_OP_OVERFLOW link instead of just compiling.
Date: 2017-12-13 01:23:07
Message-ID: E1eOvlL-0007VQ-A2@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2017-12-13 02:03:17 pgsql: PL/Python: Fix potential NULL pointer dereference
Previous Message Andres Freund 2017-12-13 01:01:19 pgsql: Use new overflow aware integer operations.