pgsql: Link pg_stat_statements with libm. - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Link pg_stat_statements with libm.
Date
Msg-id E1ZCzyp-0008RX-A9@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Link pg_stat_statements with libm.

The AIX 7.1 libm is static, and AIX postgres executables do not export
symbols acquired from libraries.  Back-patch to 9.5, where commit
cfe12763c32437bc708a64ce88a90c7544f16185 added a sqrt() call.

Branch
------
REL9_5_STABLE

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

Modified Files
--------------
contrib/pg_stat_statements/Makefile |    2 ++
1 file changed, 2 insertions(+)


pgsql-committers by date:

Previous
From: Noah Misch
Date:
Subject: pgsql: Revoke support for strxfrm() that write past the specified array
Next
From: Noah Misch
Date:
Subject: pgsql: Replace use of "diff -q".