Correct reference to pg_catalog.regtype in pg_upgrade query

Tomas Vondra <tomas.vondra@postgresql.org>

Commit: 3a0e85739490e5cd50e5eba382ae3c9cc3bc2fca
Author: Tomas Vondra <tomas.vondra@postgresql.org>
Date: 2019-10-14T22:25:04Z
Releases: 13.0
Correct reference to pg_catalog.regtype in pg_upgrade query

The recursive CTE added in 0ccfc28223 referenced pg_catalog.regtype,
without the schema part, unlike all other queries in pg_upgrade.

Backpatch-to: 12

Files

PathChange+/−
src/bin/pg_upgrade/version.c modified +1 −1