pgsql: Fix ac218aa4f6 to work on versions before 9.5.

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: Fix ac218aa4f6 to work on versions before 9.5.
Дата
Msg-id E1gRXqj-0006gd-4i@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix ac218aa4f6 to work on versions before 9.5.

Unfortunately ac218aa4f6 missed the fact that a reference to
'pg_catalog.regnamespace'::regclass wouldn't work before that type is
known. Fix that, by replacing the regtype usage with a join to
pg_type.

Reported-By: Tom Lane
Author: Andres Freund
Discussion: https://postgr.es/m/8863.1543297423@sss.pgh.pa.us
Backpatch: 9.5-, like ac218aa4f6

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/a0b4a638037c0a2160ff7c8b898a6c230cbcb9dc

Modified Files
--------------
src/bin/pg_upgrade/check.c | 23 ++++++++++++++---------
1 file changed, 14 insertions(+), 9 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: Fix ac218aa4f6 to work on versions before 9.5.
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: Fix ac218aa4f6 to work on versions before 9.5.