pgsql: Comment improvements for ForeignPath.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Comment improvements for ForeignPath.
Date: 2016-04-21 17:32:10
Message-ID: E1atISY-0005RT-Vg@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Comment improvements for ForeignPath.

It's not necessarily just scanning a base relation any more.

Amit Langote and Etsuro Fujita

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/36f69faeff540cd93de0b6aa7c2d2a7781d637a6

Modified Files
--------------
src/backend/optimizer/README | 2 +-
src/include/nodes/relation.h | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Kevin Grittner 2016-04-21 17:53:12 Re: [COMMITTERS] pgsql: Inline initial comparisons in TestForOldSnapshot()
Previous Message Robert Haas 2016-04-21 17:29:15 Re: [COMMITTERS] pgsql: Move each SLRU's lwlocks to a separate tranche.