Re: [HACKERS] asynchronous execution

2018-05-15 Thread Kyotaro HORIGUCHI
This gets further refactoring. At Fri, 11 May 2018 17:45:20 +0900 (Tokyo Standard Time), Kyotaro HORIGUCHI wrote in <20180511.174520.188681124.horiguchi.kyot...@lab.ntt.co.jp> > But, this is not just a rebased version. On the way fixing > serious conflicts, I refactored patch and I believe this

Re: [HACKERS] asynchronous execution

2018-05-11 Thread Kyotaro HORIGUCHI
Hello. This is the new version of $Subject. But, this is not just a rebased version. On the way fixing serious conflicts, I refactored patch and I believe this becomes way readable than the previous shape. # 0003 lacks changes of postgres_fdw.out now. - Waiting queue manipulation is moved into n

Re: [HACKERS] asynchronous execution

2018-02-21 Thread Kyotaro HORIGUCHI
At Thu, 11 Jan 2018 17:08:39 +0900 (Tokyo Standard Time), Kyotaro HORIGUCHI wrote in <20180111.170839.23674040.horiguchi.kyot...@lab.ntt.co.jp> > At Mon, 11 Dec 2017 20:07:53 +0900 (Tokyo Standard Time), Kyotaro HORIGUCHI > wrote in > <20171211.200753.191768178.horiguchi.kyot...@lab.ntt.co.jp

Re: [HACKERS] asynchronous execution

2018-01-11 Thread Kyotaro HORIGUCHI
At Mon, 11 Dec 2017 20:07:53 +0900 (Tokyo Standard Time), Kyotaro HORIGUCHI wrote in <20171211.200753.191768178.horiguchi.kyot...@lab.ntt.co.jp> > > The attached PoC patch theoretically has no impact on the normal > > code paths and just brings gain in async cases. > > The parallel append just

Re: [HACKERS] asynchronous execution

2017-12-11 Thread Kyotaro HORIGUCHI
Hello, At Fri, 20 Oct 2017 17:37:07 +0900 (Tokyo Standard Time), Kyotaro HORIGUCHI wrote in <20171020.173707.12913619.horiguchi.kyot...@lab.ntt.co.jp> > The attached PoC patch theoretically has no impact on the normal > code paths and just brings gain in async cases. The parallel append just c