diff -w -U3 C:/dll/postgres/src/test/regress/expected/float8.out C:/dll/postgres/src/test/regress/results/float8.out --- C:/dll/postgres/src/test/regress/expected/float8.out 2020-06-11 07:39:20.895192100 -0300 +++ C:/dll/postgres/src/test/regress/results/float8.out 2020-06-11 09:37:31.492999300 -0300 @@ -338,7 +338,7 @@ three | f1 | sqrt_f1 -------+----------------------+----------------------- | 1004.3 | 31.6906926399535 - | 1.2345678901234e+200 | 1.11111110611109e+100 + | 1.2345678901234e+200 | 1.11111110611108e+100 | 1.2345678901234e-200 | 1.11111110611109e-100 (3 rows) diff -w -U3 C:/dll/postgres/src/test/regress/expected/partition_prune.out C:/dll/postgres/src/test/regress/results/partition_prune.out --- C:/dll/postgres/src/test/regress/expected/partition_prune.out 2020-06-11 07:39:20.979857800 -0300 +++ C:/dll/postgres/src/test/regress/results/partition_prune.out 2020-06-11 09:38:31.552484400 -0300 @@ -2678,7 +2678,7 @@ -------------------------------------------------------------------------- Nested Loop (actual rows=3 loops=1) -> Seq Scan on tbl1 (actual rows=5 loops=1) - -> Append (actual rows=1 loops=5) + -> Append (actual rows=0 loops=5) -> Index Scan using tprt1_idx on tprt_1 (never executed) Index Cond: (col1 = tbl1.col1) -> Index Scan using tprt2_idx on tprt_2 (actual rows=1 loops=2)