]> granicus.if.org Git - postgresql/commit
Correct reference to pg_catalog.regtype in pg_upgrade query
authorTomas Vondra <tomas.vondra@postgresql.org>
Mon, 14 Oct 2019 22:25:04 +0000 (00:25 +0200)
committerTomas Vondra <tomas.vondra@postgresql.org>
Mon, 14 Oct 2019 22:25:04 +0000 (00:25 +0200)
commit3a0e85739490e5cd50e5eba382ae3c9cc3bc2fca
treeed6754af2afe6a4515b284b6b9424df7d6e32bc0
parent0ccfc2822366f92c61cba96541d1c64d2b8b2086
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
src/bin/pg_upgrade/version.c