mirror of https://github.com/postgres/postgres
It seems that recent gcc versions can optimize away calls to these functions even when the functions do not exist on the platform, resulting in a bogus positive result. Avoid this by using a non-constant argument and ensuring that the function result is not simply discarded. Per report from François Laupretre.REL8_2_STABLE
parent
9484e14c5c
commit
db0558c113
Loading…
Reference in new issue