Refreshing findoidjoins for v11 - Mailing list pgsql-hackers

From Michael Paquier
Subject Refreshing findoidjoins for v11
Date
Msg-id 20180507001811.GA27389@paquier.xyz
Whole thread Raw
Responses Re: Refreshing findoidjoins for v11  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Extra newlines added even if PQerrorMessage
Next
From: Michael Paquier
Date:
Subject: Re: perlcritic and perltidy