Re: Loaded footgun open_datasync on Windows
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Noah Misch <noah@leadboat.com>
Cc: Laurenz Albe <laurenz.albe@cybertec.at>, Kuntal Ghosh <kuntalghosh.2007@gmail.com>, Amit Kapila <amit.kapila16@gmail.com>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2018-09-03T23:44:20Z
Lists: pgsql-hackers
On Sat, Sep 01, 2018 at 05:07:21PM -0700, Noah Misch wrote: > If you grep src/bin/pg_upgrade for WIN32, roughly a third of the hits are > workarounds for this problem. I agree with Michael that removing those > workarounds would be a good test of frontend pgwin32_open() and worth > including in the initial commit. Thanks Noah for jumping into the ship and answering the question from Laurenz. Laurenz, my apologies for not answering your previous question. It seems that I completely forgot about it. -- Michael
Commits
-
Allow concurrent-safe open() and fopen() in frontend code for Windows
- f02259fe93e7 11.0 landed
- 0ba06e0bfb8c 12.0 landed
-
Fix inclusions of c.h from .h files.
- a72f0365db41 10.0 cited
-
Allow borland compiles.
- fd7c3f67e0bc 8.0.0 cited
-
Corrects issues recently posted by Dann Corbit, allowing libpq/psql to
- 422d4819ee7c 8.0.0 cited