(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 -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers