Stabilize regression test result.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 25 Mar 2018 04:09:26 +0000 (00:09 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 25 Mar 2018 04:09:26 +0000 (00:09 -0400)
commit038a2ed1392363a59adeee4e86d848ca74ce39c5
tree5f8a793ce663a5c7a36a90475b268795bf5fdbc5
parentda616950cee395919f835b5cbec3d23c4844015a
Stabilize regression test result.

If random() returns a result sufficiently close to zero, float8out
switches to scientific notation, breaking this test case's expectation
that the output should look like '0.xxxxxxxxx'.  Casting to numeric
should fix that.  Per buildfarm member pogona.

Discussion: https://postgr.es/m/20180324212502.wt4serghfidge2on@alap3.anarazel.de
src/test/regress/expected/create_procedure.out
src/test/regress/sql/create_procedure.sql