Thread

Commits

  1. Update oidjoins regression test for v11.

  1. Refreshing findoidjoins for v11

    Michael Paquier <michael@paquier.xyz> — 2018-05-07T00:18:11Z

    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
    
  2. Re: Refreshing findoidjoins for v11

    Tom Lane <tgl@sss.pgh.pa.us> — 2018-05-07T18:32:48Z

    Michael Paquier <michael@paquier.xyz> writes:
    > Wouldn't it be time to update the list of catalog joins generated by
    > findoidjoins?
    
    Pushed, thanks for doing the legwork.
    
    			regards, tom lane
    
    
    
  3. Re: Refreshing findoidjoins for v11

    Michael Paquier <michael@paquier.xyz> — 2018-05-07T22:19:04Z

    On Mon, May 07, 2018 at 02:32:48PM -0400, Tom Lane wrote:
    > Pushed, thanks for doing the legwork.
    
    Thanks.
    --
    Michael