Re: [HACKERS] Comment update to pathnode.c

2015-09-29 Thread Robert Haas
On Tue, Sep 29, 2015 at 1:55 AM, Etsuro Fujita wrote: > Thanks for the comments! Attached is an updated version of the patch. Committed and back-patched to 9.5. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent

Re: [HACKERS] Comment update to pathnode.c

2015-09-29 Thread Etsuro Fujita
On 2015/09/29 20:51, Robert Haas wrote: On Tue, Sep 29, 2015 at 1:55 AM, Etsuro Fujita wrote: Thanks for the comments! Attached is an updated version of the patch. Committed and back-patched to 9.5. Thanks! Best regards, Etsuro Fujita -- Sent via

Re: [HACKERS] Comment update to pathnode.c

2015-09-28 Thread Etsuro Fujita
On 2015/09/12 4:26, Robert Haas wrote: On Fri, Sep 11, 2015 at 6:22 AM, Etsuro Fujita wrote: The comments for create_foreignscan_path says as follows, but that it's now possible that the function is called by GetForeignJoinPaths, which was added in 9.5. 1450 /*

Re: [HACKERS] Comment update to pathnode.c

2015-09-11 Thread Robert Haas
On Fri, Sep 11, 2015 at 6:22 AM, Etsuro Fujita wrote: > The comments for create_foreignscan_path says as follows, but that it's > now possible that the function is called by GetForeignJoinPaths, which > was added in 9.5. > > 1450 /* > 1451 * create_foreignscan_path >

[HACKERS] Comment update to pathnode.c

2015-09-11 Thread Etsuro Fujita
Hi, The comments for create_foreignscan_path says as follows, but that it's now possible that the function is called by GetForeignJoinPaths, which was added in 9.5. 1450 /* 1451 * create_foreignscan_path 1452 *Creates a path corresponding to a scan of a foreign table, 1453 *returning