Thread: pgsql: Link pg_stat_statements with libm.

pgsql: Link pg_stat_statements with libm.

From
Noah Misch
Date:
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(+)