]> granicus.if.org Git - postgresql/commit
Split contrib/cube platform-depended checks into separate test
authorAlexander Korotkov <akorotkov@postgresql.org>
Thu, 30 Aug 2018 11:09:25 +0000 (14:09 +0300)
committerAlexander Korotkov <akorotkov@postgresql.org>
Fri, 31 Aug 2018 17:10:34 +0000 (20:10 +0300)
commit41180978b4039aee5128f0e339d1a139ad2eb68e
treec08fa20c059e4ee05aef9b2f8b24ce24a9390939
parent20f9cd55dd53cd05bbf53cad38d6ad6058bbd732
Split contrib/cube platform-depended checks into separate test

We're currently maintaining two outputs for cube regression test.  But that
appears to be unsuitable, because these outputs are different in out few checks
involving scientific notation.  So, split checks involving scientific notation
into separate test, making contrib/cube easier to maintain.  Backpatch to all
supported versions in order to make further backpatching easier.

Discussion: https://postgr.es/m/CAPpHfdvJgWjxHsJTtT%2Bo1tz3OR8EFHcLQjhp-d3%2BUcmJLh-fQA%40mail.gmail.com
Author: Alexander Korotkov
Backpatch-through: 9.3
contrib/cube/Makefile
contrib/cube/expected/cube.out
contrib/cube/expected/cube_1.out [deleted file]
contrib/cube/expected/cube_2.out [deleted file]
contrib/cube/expected/cube_3.out [deleted file]
contrib/cube/expected/cube_sci.out [new file with mode: 0644]
contrib/cube/expected/cube_sci_1.out [new file with mode: 0644]
contrib/cube/expected/cube_sci_2.out [new file with mode: 0644]
contrib/cube/expected/cube_sci_3.out [new file with mode: 0644]
contrib/cube/sql/cube.sql
contrib/cube/sql/cube_sci.sql [new file with mode: 0644]