Refreshing findoidjoins for v11

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Refreshing findoidjoins for v11
Дата
Msg-id 20180507001811.GA27389@paquier.xyz
обсуждение исходный текст
Ответы Re: Refreshing findoidjoins for v11
Список pgsql-hackers
Hi all,

Wouldn't it be time to update the list of catalog joins generated by
findoidjoins?  Running it myself, I have spotted two new links:
+Join pg_catalog.pg_constraint.conparentid => pg_catalog.pg_constraint.oid
+Join pg_catalog.pg_partitioned_table.partdefid => pg_catalog.pg_class.oid

86f5759 has already updated oidjoins.sql for the first join but forgot
the updates in findoidjoins, and the second is still missing.

Please find attached a patch to refresh all that.

Thanks,
--
Michael

Вложения

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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Extra newlines added even if PQerrorMessage
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: perlcritic and perltidy