Description of ForeignPath

From: Amit Langote <Langote_Amit_f8(at)lab(dot)ntt(dot)co(dot)jp>
To: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Description of ForeignPath
Date: 2016-04-18 08:31:49
Message-ID: 57149B75.5090507@lab.ntt.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Is the following description now outdated:

"ForeignPath represents a potential scan of a foreign table"

Considering that there now exists FdwRoutine.GetForeignJoinPaths() whose
product is nothing else but a ForeignPath, should it now say (patch attached):

"ForeignPath represents a potential scan of foreign table(s)"

Or something better.

Thanks,
Amit

Attachment Content-Type Size
foreignpath-desc.patch text/x-diff 536 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ashutosh Bapat 2016-04-18 08:43:11 Re: Declarative partitioning
Previous Message tushar 2016-04-18 08:30:27 "parallel= " information is not coming in pg_dumpall for create aggregate