Re: pgsql_fdw, FDW for PostgreSQL server
Shigeru Hanada <shigeru.hanada@gmail.com>
From: Shigeru Hanada <shigeru.hanada@gmail.com>
To: Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2012-03-05T13:03:29Z
Lists: pgsql-hackers
(2012/03/05 21:05), Etsuro Fujita wrote: > (2012/03/05 21:00), Etsuro Fujita wrote: >> create_index_path builds multiple index paths for a plain relation. How >> about renaming the function to create_foreign_paths? > > I meant "create_foreignscan_paths". I'm sorry about that. Perhaps you are confusing create_index_path with create_index_paths. Former creates a IndexScan path node (so it's similar to create_foreignscan_path), and latter builds multiple IndexScan paths for a plain relation. So, just renaming create_foreignscan_path to plural form seems missing the point. -- Shigeru Hanada