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 <[email protected]> Reviewed-by: Suraj Kharage <[email protected]> Discussion: https://postgr.es/m/[email protected] Branch ------ REL_16_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/fb9ddd0fafeaacb8d382c66ae545cba1a4ed7886 Modified Files -------------- src/bin/pg_upgrade/check.c | 51 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 50 insertions(+), 1 deletion(-)
