Re: FDW Parallel Append

2018-10-31 Thread Sanyo Moura
Hello Amit Tks a lot, that worked. Now I have to deal with other concerns when lauching more than 1 worker. I'll try to advance my tests. Regards, Sanyo Moura Em qua, 31 de out de 2018 às 01:38, Amit Langote < langote_amit...@lab.ntt.co.jp> escreveu: > Hi, > > On 2018/10/

FDW Parallel Append

2018-10-30 Thread Sanyo Moura
e do I call it? Do I have an entry point each time a new worker process is created? I have tried to handle "InitializeWorkerForeignScan" but it is not being called. I think that function is only called for parallel aware scans, correct? Is there a way to handle this? Thanks in advance, Sanyo Moura.