pgsql: Link pg_stat_statements with libm.

Поиск
Список
Период
Сортировка
От Noah Misch
Тема pgsql: Link pg_stat_statements with libm.
Дата
Msg-id E1ZCzyp-0008RX-A9@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Noah Misch
Дата:
Сообщение: pgsql: Revoke support for strxfrm() that write past the specified array
Следующее
От: Noah Misch
Дата:
Сообщение: pgsql: Replace use of "diff -q".