pg_upgrade: check for types removed in pg12 Commit cda6a8d01d39 removed a few datatypes, but didn't update pg_upgrade --check to throw error if these types are used. So the users find that pg_upgrade --check tells them that everything is fine, only to fail when the real upgrade is attempted.
Reviewed-by: Tristan Partin <tris...@neon.tech> Reviewed-by: Suraj Kharage <suraj.khar...@enterprisedb.com> Discussion: https://postgr.es/m/202309201654.ng4ksea25mti@alvherre.pgsql Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/2e3dc8c14811a8d5dc0cdeda408f63131b873da0 Modified Files -------------- src/bin/pg_upgrade/check.c | 51 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 50 insertions(+), 1 deletion(-)