]> granicus.if.org Git - postgresql/commit
More float test and portability fixes.
authorAndrew Gierth <rhodiumtoad@postgresql.org>
Wed, 13 Feb 2019 19:35:50 +0000 (19:35 +0000)
committerAndrew Gierth <rhodiumtoad@postgresql.org>
Wed, 13 Feb 2019 19:35:50 +0000 (19:35 +0000)
commitda6520be7f946f5f0f8fe46c34e303d1d36ee080
tree1adaa9c0d92824ed007bcd27ea978e36523a10a1
parent711bab1e4d19b5c9967328315a542d93386b1ac5
More float test and portability fixes.

Avoid assuming exact results in tstypes test; some platforms vary.
(per buildfarm members eulachon, danio, lapwing)

Avoid dubious usage (inherited from upstream) of bool parameters to
copy_special_str, to see if this fixes the mac/ppc failures (per
buildfarm members prariedog and locust). (Isolated test programs on a
ppc mac don't seem to show any other cause that would explain them.)
src/common/d2s.c
src/common/f2s.c
src/test/regress/expected/tstypes.out
src/test/regress/sql/tstypes.sql