Re: [Patch] Use internal pthreads reimplementation only when building with MSVC

2020-07-31 Thread Daniel Gustafsson
> On 2 Jul 2020, at 16:35, Daniel Gustafsson wrote: > >> On 9 Apr 2020, at 23:57, Alvaro Herrera wrote: > >> Please do submit patches as separate attachments rather than in the >> email body. > > Since the CF app is unable to see that there is a patch at all, I took the > liberty to resubmit t

Re: [Patch] Use internal pthreads reimplementation only when building with MSVC

2020-07-02 Thread Daniel Gustafsson
> On 9 Apr 2020, at 23:57, Alvaro Herrera wrote: > Please do submit patches as separate attachments rather than in the > email body. Since the CF app is unable to see that there is a patch at all, I took the liberty to resubmit the posted patch rebased on top of HEAD and with the C++ replaced wi

Re: [Patch] Use internal pthreads reimplementation only when building with MSVC

2020-04-09 Thread Alvaro Herrera
Hello, On 2020-Apr-08, Sandro Mani wrote: > The following patch, which we added to build mingw-postgresql on Fedora, > makes the internal minimal pthreads reimplementation only used when building > with MSVC, as on MINGW it causes symbol collisions with the symbols provided > my winpthreads. Are