Created attachment 50116 [details] [review] Don't build any of the reload-pipe code on non-Unix In commit ab7b3f9, Ralf notes that handle_reload_watch() is (in principle) cross-platform. However, there's no way to trigger it on Windows, because nothing ever writes to the pipe (the only way to reload on Windows is ReloadConfig(), which just does the reload there and then, without messing about with Unix signals). It seems cleaner to make the entire pipe-to-self trick Unix-specific instead.
Review of attachment 50116 [details] [review]: This looks fine, ship it.
Thanks, fixed in git for 1.4.16, 1.5.8
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.