Correct reference to pg_catalog.regtype in pg_upgrade query

Tomas Vondra <tomas.vondra@postgresql.org>

Commit: 702fd3b717f59b1fada3742f2f0eb529717fc3f9
Author: Tomas Vondra <tomas.vondra@postgresql.org>
Date: 2019-10-14T22:35:51Z
Releases: 12.1
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