pgsql: Remove abstime, reltime,tinterval tables from old regression da

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Remove abstime, reltime,tinterval tables from old regression da
Дата
Msg-id E1gB6wm-0003Tf-KQ@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove abstime, reltime, tinterval tables from old regression databases.

In the back branches, drop these tables after the regression tests are
done with them.  This fixes failures of cross-branch pg_upgrade testing
caused by these types having been removed in v12.  We do lose the ability
to test dump/restore behavior with these types in the back branches, but
the actual loss of code coverage seems to be nil given that there's nothing
very special about these types.

Discussion: https://postgr.es/m/20181009192237.34wjp3nmw7oynmmr@alap3.anarazel.de

Branch
------
REL9_5_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/43cc4e49edff19e4d3b560c045bb42c5f97bcead

Modified Files
--------------
src/test/regress/expected/horology.out     | 7 +++++++
src/test/regress/expected/sanity_check.out | 3 ---
src/test/regress/sql/horology.sql          | 9 +++++++++
3 files changed, 16 insertions(+), 3 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Another round of portability hacking on ECPG regression tests.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Make an editing pass over v11 release notes.