pgsql: Adjust cube.out expected output for new test queries. - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Adjust cube.out expected output for new test queries.
Date
Msg-id E1VYVf5-0004aM-K8@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Adjust cube.out expected output for new test queries.

Previous commit modified the test case, but I didn't update cube.out
expected output file in previous commit because it was not needed by the
platforms I have easy access to. Buildfarm animal 'dugong', running
"Debian 4.0 icc 10.1.011 ia64", has now gone red because of that, so update
it now.

Also adjust cube_3.out. According to git history, it was added to support
64-bit MinGW. There is no such animal in the buildfarm, so I'm doing this
blindly, but it was added quite recently so maybe someone still cares.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/36f4c7843cf3d201279855ed9a6ebc1deb3c9463

Modified Files
--------------
contrib/cube/expected/cube.out   |  281 ++++++++++++++++++++++++++++++++++++++
contrib/cube/expected/cube_3.out |  281 ++++++++++++++++++++++++++++++++++++++
2 files changed, 562 insertions(+)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix blatantly broken record_image_cmp() logic for pass-by-value
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Extend cube on-disk format to pack points more tightly.