Re: [COMMITTERS] pgsql: Fix and simplify check for whether we're running as Windows serv
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Heikki Linnakangas <hlinnaka@iki.fi>
Cc: Dave Page <dpage@postgresql.org>, pgsql-hackers@postgresql.org
Date: 2017-03-19T21:40:22Z
Lists: pgsql-hackers
Heikki Linnakangas <hlinnaka@iki.fi> writes: > On 03/17/2017 07:57 PM, Tom Lane wrote: >> This seems to have broken narwhal: > It's not very nice to change the requirements in a minor version, but I > don't think this would be a real problem for anyone. Not many people > build PostgreSQL using MinGW, let alone with an ancient version of it. > But if people don't agree, we could instead revert this patch and apply > the smaller V2 patch [2] instead, in the back-branches. > Thoughts? Any objections to requiring a newer version of MinGW? Any > objections to do so in the next minor release? Hm. I'm +1 for doing that in HEAD, but less so for the back branches. Can we get some fix on when the functions in question were added to MinGW? If we knew how new a toolchain we'd be requiring here, that would help make this decision. regards, tom lane
Commits
-
Revert Windows service check refactoring, and replace with a different fix.
- 4ae0805bbaa4 9.6.3 landed
- 42a60aa7f207 9.5.7 landed
- 6423ed7d4eaa 9.4.12 landed
- e0e1ef46d8c9 9.3.17 landed
- 8ae3ff64be77 9.2.21 landed
-
Fix and simplify check for whether we're running as Windows service.
- ff30aec759bd 10.0 cited