pgsql: Some platforms now need contrib/tsm_system_time to be linked wit - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Some platforms now need contrib/tsm_system_time to be linked wit
Date
Msg-id E1ZJ6CJ-0003pZ-JR@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Some platforms now need contrib/tsm_system_time to be linked with libm.

Buildfarm member hornet, at least, seems to want -lm in the link command.
Probably this is due to the just-added use of isnan().

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/62005e9465a409d317a7a41d821afc5ed235670b

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Some platforms now need contrib/tsm_system_time to be linked wit
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Restore use of zlib default compression in pg_dump directory mod