Обсуждение: pgsql: Correct reference to pg_catalog.regtype in pg_upgrade query

Поиск
Список
Период
Сортировка

pgsql: Correct reference to pg_catalog.regtype in pg_upgrade query

От
Tomas Vondra
Дата:
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3a0e85739490e5cd50e5eba382ae3c9cc3bc2fca

Modified Files
--------------
src/bin/pg_upgrade/version.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)