pgsql: Split contrib/cube platform-depended checks into separate test

Поиск
Список
Период
Сортировка
От Alexander Korotkov
Тема pgsql: Split contrib/cube platform-depended checks into separate test
Дата
Msg-id E1fvn9t-0000OB-R2@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/1668186eb37851df41c9ff4b9ba9b4f71ce4f348

Modified Files
--------------
contrib/cube/Makefile                |    2 +-
contrib/cube/expected/cube.out       |  102 --
contrib/cube/expected/cube_2.out     | 2006 ----------------------------------
contrib/cube/expected/cube_sci.out   |  106 ++
contrib/cube/expected/cube_sci_1.out |  106 ++
contrib/cube/sql/cube.sql            |   17 -
contrib/cube/sql/cube_sci.sql        |   22 +
7 files changed, 235 insertions(+), 2126 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Alexander Korotkov
Дата:
Сообщение: pgsql: Enforce cube dimension limit in all cube construction functions
Следующее
От: Alexander Korotkov
Дата:
Сообщение: pgsql: Enforce cube dimension limit in all cube construction functions