Обсуждение: 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
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/702fd3b717f59b1fada3742f2f0eb529717fc3f9

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