]> granicus.if.org Git - postgresql/commit
Link pg_stat_statements with libm.
authorNoah Misch <noah@leadboat.com>
Thu, 9 Jul 2015 00:44:22 +0000 (20:44 -0400)
committerNoah Misch <noah@leadboat.com>
Thu, 9 Jul 2015 00:44:26 +0000 (20:44 -0400)
commitc1fb42127944d5613df2f3d330c19448fc10ed01
tree878d02e28dd671ebae2900722952d58257e2cd5d
parentc0d7342f1650b6fdefc865c6da33e1f092778af0
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.
contrib/pg_stat_statements/Makefile