]> 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:35:51 +0000 (00:35 +0200)
commit702fd3b717f59b1fada3742f2f0eb529717fc3f9
treeccc88a33ade33c2bf038a55e9f5f26d37ea35a3c
parenteaf900e842ab0c8a03f23a2eda6a872eb9fce1c7
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