| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Remove abstime, reltime, tinterval tables from old regression da |
| Date: | 2018-10-12 23:34:20 |
| Message-ID: | [email protected] |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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/[email protected]
Branch
------
REL_11_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/184951a48a107c7e1f128f7fa3887fbd216d6d60
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(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Michael Paquier | 2018-10-13 08:30:40 | Re: pgsql: Add TAP tests for pg_verify_checksums |
| Previous Message | Tom Lane | 2018-10-12 22:08:55 | pgsql: Another round of portability hacking on ECPG regression tests. |