Re: pgsql: Load FK defs into relcache for use by planner

From: Peter Geoghegan <pg(at)heroku(dot)com>
To: Simon Riggs <simon(at)2ndquadrant(dot)com>
Cc: pgsql-committers <pgsql-committers(at)postgresql(dot)org>
Subject: Re: pgsql: Load FK defs into relcache for use by planner
Date: 2016-04-08 00:23:54
Message-ID: CAM3SWZSu3NT3SESzNYVY5ozBcH-8npkA8L9JAHr=nK+Wj2SyTw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Thu, Apr 7, 2016 at 4:09 AM, Simon Riggs <simon(at)2ndquadrant(dot)com> wrote:
> Load FK defs into relcache for use by planner

I gather this is infrastructure for the "use foreign keys to improve
join estimates" patch. A more worked out commit message would be nice,
though.

--
Peter Geoghegan

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2016-04-08 01:51:52 pgsql: Use Foreign Key relationships to infer multi-column join selecti
Previous Message Stephen Frost 2016-04-07 18:40:29 pgsql: GRANT rights to CURRENT_USER instead of adding roles