Refreshing findoidjoins for v11

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Postgres hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Refreshing findoidjoins for v11
Date: 2018-05-07 00:18:11
Message-ID: 20180507001811.GA27389@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Attachment Content-Type Size
oidjoins-update-11.patch text/x-diff 2.5 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2018-05-07 00:23:50 Re: perlcritic and perltidy
Previous Message Michael Paquier 2018-05-06 23:52:39 Extra newlines added even if PQerrorMessage