From: | Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Adjust cube.out expected output for new test queries. |
Date: | 2013-10-22 06:41:51 |
Message-ID: | E1VYVf5-0004aM-K8@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(+)
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2013-10-22 06:45:52 | Re: pgsql: Extend cube on-disk format to pack points more tightly. |
Previous Message | Tom Lane | 2013-10-22 04:39:29 | pgsql: Fix blatantly broken record_image_cmp() logic for pass-by-value |