Re: [HACKERS] Some never executed code regarding the table sync worker

2017-04-04 Thread Masahiko Sawada
On Tue, Apr 4, 2017 at 6:26 PM, Kyotaro HORIGUCHI wrote: > Hi, > > At Sat, 1 Apr 2017 02:35:00 +0900, Masahiko Sawada > wrote in >> Hi all, >> >> After launched the sync table worker it enters ApplyWorkerMain >> function. And then the table sync worker calls >> LogicalRepSyncTableStart to synch

Re: [HACKERS] Some never executed code regarding the table sync worker

2017-04-04 Thread Kyotaro HORIGUCHI
Hi, At Sat, 1 Apr 2017 02:35:00 +0900, Masahiko Sawada wrote in > Hi all, > > After launched the sync table worker it enters ApplyWorkerMain > function. And then the table sync worker calls > LogicalRepSyncTableStart to synchronize the target table. Sure, > In > LogicalRepSyncTableStart, fin