Re: pg_upgrade --check fails to warn about abstime
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Bruce Momjian <bruce@momjian.us>
Cc: Alvaro Herrera <alvherre@alvh.no-ip.org>,
Pg Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2023-09-22T03:18:41Z
Lists: pgsql-hackers
Bruce Momjian <bruce@momjian.us> writes: > On Wed, Sep 20, 2023 at 06:54:24PM +0200, Álvaro Herrera wrote: >> I got a complaint that pg_upgrade --check fails to raise red flags when >> the source database contains type abstime when upgrading from pg11. The >> type (along with reltime and tinterval) was removed by pg12. > Wow, I never added code to pg_upgrade to check for that, and no one > complained either. Yeah, so most people had indeed listened to warnings and moved away from those datatypes. I'm inclined to think that adding code for this at this point is a bit of a waste of time. regards, tom lane
Commits
-
pg_upgrade: check for types removed in pg12
- fb9ddd0fafea 16.1 landed
- 8845d8597d77 15.5 landed
- 26c291a15243 14.10 landed
- d3946c4f622f 13.13 landed
- af9f6cd1ddfa 12.17 landed
- 2e3dc8c14811 17.0 landed