pgsql: Silence create_index regression test failure. - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Silence create_index regression test failure.
Date
Msg-id E1YtHQC-0006Zi-No@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: Silence create_index regression test failure.  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-committers
Silence create_index regression test failure.

The expected output contained some floating point values which might get
rounded slightly differently on different platforms. The exact output isn't
very interesting in this test, so just round it.

Per buildfarm member rover_firefly.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/9feaba28e27820f91d13c3de6581bb3b8c3234c6

Modified Files
--------------
src/test/regress/expected/create_index.out |   26 +++++++++++++-------------
src/test/regress/sql/create_index.sql      |    2 +-
2 files changed, 14 insertions(+), 14 deletions(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Fix datatype confusion with the new lossy GiST distance function
Next
From: Bruce Momjian
Date:
Subject: pgsql: docs: consistently uppercase index method and add spacing