Link pg_stat_statements with libm.

Noah Misch <noah@leadboat.com>

Commit: 0689cfc34b09136b9daee9c60c85fbed21b62370
Author: Noah Misch <noah@leadboat.com>
Date: 2015-07-09T00:44:22Z
Releases: 9.6.0
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.

Files

PathChange+/−
contrib/pg_stat_statements/Makefile modified +2 −0