Re: [HACKERS] parallel dump/restore code on WIndows

2012-04-05 Thread Robert Haas
On Thu, Apr 5, 2012 at 8:12 PM, Andrew Dunstan wrote: > Why was this code: > >   #ifdef WIN32 >       if (parallel_init_done && GetCurrentThreadId() != mainThreadId) >           ExitThread(code); >   #endif > > > removed from dumputils.c by commit 5e86c61a7eec0fdc6961493a150159fa8fc63b1c? > The co

[HACKERS] parallel dump/restore code on WIndows

2012-04-05 Thread Andrew Dunstan
Why was this code: #ifdef WIN32 if (parallel_init_done && GetCurrentThreadId() != mainThreadId) ExitThread(code); #endif removed from dumputils.c by commit 5e86c61a7eec0fdc6961493a150159fa8fc63b1c? The commit message doesn't refer to it at all. I don't understand it