pgsql: Link pg_stat_statements with libm.

Поиск
Список
Период
Сортировка
От Noah Misch
Тема pgsql: Link pg_stat_statements with libm.
Дата
Msg-id E1ZCzyp-0008R2-7q@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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/0689cfc34b09136b9daee9c60c85fbed21b62370

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Noah Misch
Дата:
Сообщение: pgsql: Replace use of "diff -q".
Следующее
От: Noah Misch
Дата:
Сообщение: pgsql: Add .gitignore entries for AIX-specific intermediate build artif